FFmpeg
|
Data Fields | |
const AVClass * | class |
AVS_ScriptEnvironment * | env |
AVS_Clip * | clip |
const AVS_VideoInfo * | vi |
int | n_planes |
const int * | planes |
int | curr_stream |
int | curr_frame |
int64_t | curr_sample |
int | error |
uint32_t | flags |
struct AviSynthLibrary | avs_library |
Definition at line 101 of file avisynth.c.
const AVClass* AviSynthContext::class |
Definition at line 102 of file avisynth.c.
AVS_ScriptEnvironment* AviSynthContext::env |
Definition at line 103 of file avisynth.c.
Referenced by avisynth_context_create(), avisynth_context_destroy(), avisynth_create_stream_video(), avisynth_open_file(), and avisynth_read_packet_video().
AVS_Clip* AviSynthContext::clip |
Definition at line 104 of file avisynth.c.
Referenced by avisynth_context_destroy(), avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_open_file(), avisynth_read_packet_audio(), and avisynth_read_packet_video().
const AVS_VideoInfo* AviSynthContext::vi |
Definition at line 105 of file avisynth.c.
Referenced by avisynth_create_stream(), avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_open_file(), avisynth_read_packet(), avisynth_read_packet_audio(), avisynth_read_packet_video(), and avisynth_read_seek().
int AviSynthContext::n_planes |
Definition at line 108 of file avisynth.c.
Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().
const int* AviSynthContext::planes |
Definition at line 109 of file avisynth.c.
Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().
int AviSynthContext::curr_stream |
Definition at line 111 of file avisynth.c.
Referenced by avisynth_next_stream(), avisynth_read_packet_audio(), and avisynth_read_packet_video().
int AviSynthContext::curr_frame |
Definition at line 112 of file avisynth.c.
Referenced by avisynth_read_packet_audio(), avisynth_read_packet_video(), and avisynth_read_seek().
int64_t AviSynthContext::curr_sample |
Definition at line 113 of file avisynth.c.
Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().
int AviSynthContext::error |
Definition at line 115 of file avisynth.c.
Referenced by avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_read_packet(), avisynth_read_packet_audio(), avisynth_read_packet_video(), and avisynth_read_seek().
uint32_t AviSynthContext::flags |
Definition at line 117 of file avisynth.c.
Referenced by avisynth_create_stream_video().
struct AviSynthLibrary AviSynthContext::avs_library |
Definition at line 118 of file avisynth.c.
Referenced by avisynth_context_create(), avisynth_context_destroy(), avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_load_library(), avisynth_open_file(), avisynth_read_close(), avisynth_read_packet_audio(), and avisynth_read_packet_video().