FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
VSContext Struct Reference

Data Fields

const AVClassclass
 
AVBufferRefvss_state
 
const VSAPI * vsapi
 
VSCore * vscore
 
VSNodeRef * outnode
 
int is_cfr
 
int current_frame
 
int c_order [4]
 
int64_t max_script_size
 

Detailed Description

Definition at line 44 of file vapoursynth.c.

Field Documentation

const AVClass* VSContext::class

Definition at line 45 of file vapoursynth.c.

AVBufferRef* VSContext::vss_state

Definition at line 47 of file vapoursynth.c.

Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().

const VSAPI* VSContext::vsapi

Definition at line 49 of file vapoursynth.c.

Referenced by get_vs_prop_int(), read_close_vs(), read_header_vs(), and read_packet_vs().

VSCore* VSContext::vscore

Definition at line 50 of file vapoursynth.c.

Referenced by read_close_vs(), and read_header_vs().

VSNodeRef* VSContext::outnode

Definition at line 52 of file vapoursynth.c.

Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().

int VSContext::is_cfr

Definition at line 53 of file vapoursynth.c.

Referenced by read_header_vs(), read_packet_vs(), and read_seek_vs().

int VSContext::current_frame

Definition at line 54 of file vapoursynth.c.

Referenced by read_packet_vs(), and read_seek_vs().

int VSContext::c_order[4]

Definition at line 56 of file vapoursynth.c.

Referenced by read_header_vs(), and read_packet_vs().

int64_t VSContext::max_script_size

Definition at line 59 of file vapoursynth.c.

Referenced by read_header_vs().


The documentation for this struct was generated from the following file: