FFmpeg
|
Data Fields | |
int | nb_video_tracks |
int | nb_audio_tracks |
int | eof_count |
number of streams that have finished More... | |
int | stream_index |
current stream index More... | |
int | frame [2] |
frame nb for current stream More... | |
int | acompression |
compression level for audio stream More... | |
int | aformat |
audio format More... | |
int MvContext::nb_video_tracks |
Definition at line 36 of file mvdec.c.
Referenced by mv_read_header(), and parse_global_var().
int MvContext::nb_audio_tracks |
Definition at line 37 of file mvdec.c.
Referenced by mv_read_header(), and parse_global_var().
int MvContext::eof_count |
number of streams that have finished
Definition at line 39 of file mvdec.c.
Referenced by mv_read_packet().
int MvContext::stream_index |
int MvContext::frame[2] |
frame nb for current stream
Definition at line 41 of file mvdec.c.
Referenced by mv_read_packet(), and mv_read_seek().
int MvContext::acompression |
compression level for audio stream
Definition at line 43 of file mvdec.c.
Referenced by mv_read_header(), and parse_audio_var().
int MvContext::aformat |
audio format
Definition at line 44 of file mvdec.c.
Referenced by mv_read_header(), and parse_audio_var().