FFmpeg
|
Data Fields | |
const AVClass * | class |
AVBufferRef * | vss_state |
const VSSCRIPTAPI * | vssapi |
const VSAPI * | vsapi |
void * | vslibrary |
VSNode * | outnode |
int | is_cfr |
int | current_frame |
int | c_order [4] |
int64_t | max_script_size |
Definition at line 62 of file vapoursynth.c.
const AVClass* VSContext::class |
Definition at line 63 of file vapoursynth.c.
AVBufferRef* VSContext::vss_state |
Definition at line 65 of file vapoursynth.c.
Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().
const VSSCRIPTAPI* VSContext::vssapi |
Definition at line 67 of file vapoursynth.c.
Referenced by read_header_vs().
const VSAPI* VSContext::vsapi |
Definition at line 68 of file vapoursynth.c.
Referenced by get_vs_prop_int(), read_close_vs(), read_header_vs(), and read_packet_vs().
void* VSContext::vslibrary |
Definition at line 69 of file vapoursynth.c.
Referenced by read_close_vs(), and read_header_vs().
VSNode* VSContext::outnode |
Definition at line 71 of file vapoursynth.c.
Referenced by read_close_vs(), read_header_vs(), and read_packet_vs().
int VSContext::is_cfr |
Definition at line 72 of file vapoursynth.c.
Referenced by read_header_vs(), read_packet_vs(), and read_seek_vs().
int VSContext::current_frame |
Definition at line 73 of file vapoursynth.c.
Referenced by read_packet_vs(), and read_seek_vs().
int VSContext::c_order[4] |
Definition at line 75 of file vapoursynth.c.
Referenced by read_header_vs(), and read_packet_vs().
int64_t VSContext::max_script_size |
Definition at line 78 of file vapoursynth.c.
Referenced by read_header_vs().