#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
#define CDXL_HEADER_SIZE 32 |
Initial value:= {
{ NULL },
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 208 of file cdxl.c.
Initial value:= {
.class_name = "CDXL demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
Definition at line 214 of file cdxl.c.
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 221 of file cdxl.c.