| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVClass * | class | 
| int | sample_rate | 
| char * | framerate | 
| AVRational | fps | 
| int | read_chunk | 
| uint8_t | header [CDXL_HEADER_SIZE] | 
| int | video_stream_index | 
| int | audio_stream_index | 
| int CDXLDemuxContext::sample_rate | 
Definition at line 33 of file cdxl.c.
Referenced by cdxl_read_packet().
| char* CDXLDemuxContext::framerate | 
Definition at line 34 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| AVRational CDXLDemuxContext::fps | 
Definition at line 35 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| int CDXLDemuxContext::read_chunk | 
Definition at line 36 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| uint8_t CDXLDemuxContext::header[CDXL_HEADER_SIZE] | 
Definition at line 37 of file cdxl.c.
Referenced by cdxl_read_packet().
| int CDXLDemuxContext::video_stream_index | 
Definition at line 38 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| int CDXLDemuxContext::audio_stream_index | 
Definition at line 39 of file cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
 1.8.2