#include "avformat.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
◆ probe()
Definition at line 26 of file iv8.c.
◆ read_header()
Definition at line 41 of file iv8.c.
◆ read_packet()
Definition at line 58 of file iv8.c.
◆ ff_iv8_demuxer
Initial value:= {
.p.name = "iv8",
}
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.
Definition at line 111 of file iv8.c.