FFmpeg
|
Data Fields | |
PAVIFILE | file |
AVISynthStream * | streams |
int | nb_streams |
int | next_stream |
Definition at line 37 of file avisynth.c.
PAVIFILE AVISynthContext::file |
Definition at line 38 of file avisynth.c.
Referenced by avisynth_read_close(), and avisynth_read_header().
AVISynthStream* AVISynthContext::streams |
Definition at line 39 of file avisynth.c.
Referenced by avisynth_read_close(), avisynth_read_header(), avisynth_read_packet(), and avisynth_read_seek().
int AVISynthContext::nb_streams |
Definition at line 40 of file avisynth.c.
Referenced by avisynth_read_close(), avisynth_read_header(), avisynth_read_packet(), and avisynth_read_seek().
int AVISynthContext::next_stream |
Definition at line 41 of file avisynth.c.
Referenced by avisynth_read_packet().