FFmpeg
|
Data Fields | |
int | video_stream_index |
int | audio_stream_index |
enum AVCodecID | audio_type |
unsigned int | audio_samplerate |
unsigned int | audio_bits |
unsigned int | audio_channels |
enum AVCodecID | video_type |
unsigned int | sample_count |
film_sample * | sample_table |
unsigned int | current_sample |
unsigned int | base_clock |
unsigned int | version |
unsigned char * | stereo_buffer |
int | stereo_buffer_size |
Definition at line 49 of file segafilm.c.
int FilmDemuxContext::video_stream_index |
Definition at line 50 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
int FilmDemuxContext::audio_stream_index |
Definition at line 51 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
enum AVCodecID FilmDemuxContext::audio_type |
Definition at line 53 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::audio_samplerate |
Definition at line 54 of file segafilm.c.
Referenced by film_read_header().
unsigned int FilmDemuxContext::audio_bits |
Definition at line 55 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::audio_channels |
Definition at line 56 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
enum AVCodecID FilmDemuxContext::video_type |
Definition at line 58 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::sample_count |
Definition at line 59 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
film_sample* FilmDemuxContext::sample_table |
Definition at line 60 of file segafilm.c.
Referenced by film_read_close(), film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::current_sample |
Definition at line 61 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::base_clock |
Definition at line 63 of file segafilm.c.
Referenced by film_read_header().
unsigned int FilmDemuxContext::version |
Definition at line 64 of file segafilm.c.
Referenced by film_read_header().
unsigned char* FilmDemuxContext::stereo_buffer |
Definition at line 67 of file segafilm.c.
Referenced by film_read_close(), film_read_header(), and film_read_packet().
int FilmDemuxContext::stereo_buffer_size |
Definition at line 68 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().