| 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 | 
Detailed Description
Definition at line 31 of file libavformat/cdxl.c.
Field Documentation
| int CDXLDemuxContext::audio_stream_index | 
Definition at line 39 of file libavformat/cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| AVClass* CDXLDemuxContext::class | 
Definition at line 32 of file libavformat/cdxl.c.
| AVRational CDXLDemuxContext::fps | 
Definition at line 35 of file libavformat/cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| char* CDXLDemuxContext::framerate | 
Definition at line 34 of file libavformat/cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| uint8_t CDXLDemuxContext::header[CDXL_HEADER_SIZE] | 
Definition at line 37 of file libavformat/cdxl.c.
Referenced by cdxl_read_packet().
| int CDXLDemuxContext::read_chunk | 
Definition at line 36 of file libavformat/cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
| int CDXLDemuxContext::sample_rate | 
Definition at line 33 of file libavformat/cdxl.c.
Referenced by cdxl_read_packet().
| int CDXLDemuxContext::video_stream_index | 
Definition at line 38 of file libavformat/cdxl.c.
Referenced by cdxl_read_header(), and cdxl_read_packet().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11