Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ apv_extract_header_info()
◆ apv_probe()
◆ apv_read_header()
◆ apv_read_packet()
◆ apv_options
Initial value:= {
}
@ AV_OPT_TYPE_VIDEO_RATE
Underlying C type is AVRational.
Definition at line 233 of file apvdec.c.
◆ apv_demuxer_class
Initial value:= {
.class_name = "apv demuxer",
}
static const AVOption apv_options[]
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 238 of file apvdec.c.
◆ ff_apv_demuxer
Initial value:= {
.p.name = "apv",
.p.extensions = "apv",
}
static int apv_read_header(AVFormatContext *s)
static int apv_probe(const AVProbeData *p)
static int apv_read_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass apv_demuxer_class
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 245 of file apvdec.c.