Go to the source code of this file.
◆ BMVFlags
| Enumerator |
|---|
| BMV_NOP | |
| BMV_END | |
| BMV_DELTA | |
| BMV_INTRA | |
| BMV_AUDIO | |
Definition at line 29 of file bmv.c.
◆ bmv_read_header()
Definition at line 45 of file bmv.c.
◆ bmv_read_packet()
Definition at line 73 of file bmv.c.
◆ bmv_read_close()
◆ ff_bmv_demuxer
Initial value:= {
.p.name = "bmv",
.p.extensions = "bmv",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int bmv_read_header(AVFormatContext *s)
static int bmv_read_close(AVFormatContext *s)
static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt)
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 av_cold int read_close(AVFormatContext *ctx)
Definition at line 130 of file bmv.c.