Go to the source code of this file.
§ CDXL_HEADER_SIZE
#define CDXL_HEADER_SIZE 32 |
§ OFFSET
§ cdxl_read_header()
§ cdxl_read_packet()
§ cdxl_options
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 166 of file cdxl.c.
§ cdxl_demuxer_class
Initial value:= {
.class_name = "CDXL demuxer",
}
Definition at line 172 of file cdxl.c.
§ ff_cdxl_demuxer
Initial value:= {
.name = "cdxl",
.extensions = "cdxl,xl",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 179 of file cdxl.c.