#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "riff.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
◆ probe()
◆ read_header()
◆ read_packet()
◆ ff_ivf_demuxer
Initial value:= {
.p.name = "ivf",
}
static int probe(const AVProbeData *p)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
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.
const AVCodecTag ff_codec_bmp_tags[]
Definition at line 92 of file ivfdec.c.