Go to the source code of this file.
◆ MVR_HEADER_SIZE
| #define MVR_HEADER_SIZE 512 |
◆ MVR_ENTRY_SIZE
◆ MVR_CHUNK_HEADER
| #define MVR_CHUNK_HEADER 16 |
◆ mvr_probe()
◆ mvr_read_header()
◆ mvr_read_packet()
◆ ff_mvr_demuxer
Initial value:= {
.p.name = "mvr",
.p.extensions = "mvr",
}
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.
static int mvr_read_packet(AVFormatContext *s, AVPacket *pkt)
static int mvr_read_header(AVFormatContext *s)
static int mvr_probe(const AVProbeData *p)
Definition at line 199 of file mvrdec.c.