FFmpeg
4.4.5
|
int CDXLDemuxContext::read_chunk |
Definition at line 33 of file cdxl.c.
Referenced by cdxl_read_header(), cdxl_read_packet(), and read_seek().
AVRational CDXLDemuxContext::frate |
Definition at line 34 of file cdxl.c.
Referenced by cdxl_read_packet().
int CDXLDemuxContext::srate |
Definition at line 35 of file cdxl.c.
Referenced by cdxl_read_packet().
AVRational CDXLDemuxContext::frame_rate |
Definition at line 36 of file cdxl.c.
Referenced by cdxl_read_packet().
int CDXLDemuxContext::sample_rate |
Definition at line 37 of file cdxl.c.
Referenced by cdxl_read_packet().
uint8_t CDXLDemuxContext::header[CDXL_HEADER_SIZE] |
Definition at line 38 of file cdxl.c.
Referenced by cdxl_read_packet().
int CDXLDemuxContext::video_stream_index |
Definition at line 39 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
int CDXLDemuxContext::audio_stream_index |
Definition at line 40 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
int64_t CDXLDemuxContext::filesize |
Definition at line 41 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
int64_t CDXLDemuxContext::pos |
Definition at line 42 of file cdxl.c.
Referenced by cdxl_read_packet().