#include <inttypes.h>
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
◆ MVI_FRAC_BITS
◆ MVI_AUDIO_STREAM_INDEX
| #define MVI_AUDIO_STREAM_INDEX 0 |
◆ MVI_VIDEO_STREAM_INDEX
| #define MVI_VIDEO_STREAM_INDEX 1 |
◆ read_header()
Definition at line 42 of file mvi.c.
◆ read_packet()
◆ ff_mvi_demuxer
Initial value:= {
.p.name = "mvi",
.p.extensions = "mvi",
}
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 146 of file mvi.c.