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