Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ leb()
◆ read_obu()
◆ annexb_probe()
◆ annexb_read_header()
◆ annexb_read_packet()
◆ annexb_read_close()
◆ annexb_options
Initial value:= {
}
offset must point to AVRational
Definition at line 256 of file av1dec.c.
◆ annexb_demuxer_class
Initial value:= {
.class_name = "AV1 Annex B demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption annexb_options[]
Definition at line 261 of file av1dec.c.
◆ ff_av1_demuxer
Initial value:= {
.name = "av1",
.extensions = "obu",
}
static int annexb_read_packet(AVFormatContext *s, AVPacket *pkt)
static av_cold int read_close(AVFormatContext *ctx)
static int annexb_read_close(AVFormatContext *s)
#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(void *opaque, uint8_t *buf, int buf_size)
static int annexb_read_header(AVFormatContext *s)
static const AVClass annexb_demuxer_class
#define flags(name, subs,...)
static int annexb_probe(const AVProbeData *p)
Definition at line 268 of file av1dec.c.