FFmpeg
|
Data Fields | |
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 |
struct AviSynthContext * | next |
Definition at line 81 of file avisynth.c.
AVS_ScriptEnvironment* AviSynthContext::env |
Definition at line 82 of file avisynth.c.
Referenced by avisynth_context_create(), avisynth_context_destroy(), avisynth_open_file(), and avisynth_read_packet_video().
AVS_Clip* AviSynthContext::clip |
Definition at line 83 of file avisynth.c.
Referenced by avisynth_context_destroy(), avisynth_open_file(), avisynth_read_packet_audio(), and avisynth_read_packet_video().
const AVS_VideoInfo* AviSynthContext::vi |
Definition at line 84 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 87 of file avisynth.c.
Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().
const int* AviSynthContext::planes |
Definition at line 88 of file avisynth.c.
Referenced by avisynth_create_stream_video(), and avisynth_read_packet_video().
int AviSynthContext::curr_stream |
Definition at line 90 of file avisynth.c.
Referenced by avisynth_next_stream().
int AviSynthContext::curr_frame |
Definition at line 91 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 92 of file avisynth.c.
Referenced by avisynth_read_packet_audio(), and avisynth_read_seek().
int AviSynthContext::error |
Definition at line 94 of file avisynth.c.
Referenced by avisynth_context_create(), avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_read_packet(), avisynth_read_packet_audio(), avisynth_read_packet_video(), and avisynth_read_seek().
struct AviSynthContext* AviSynthContext::next |
Definition at line 97 of file avisynth.c.
Referenced by avisynth_atexit_handler(), avisynth_context_create(), and avisynth_context_destroy().