#include <inttypes.h>
#include "libavutil/channel_layout.h"
#include "avformat.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:= {
.name = "mvi",
.extensions = "mvi",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 139 of file mvi.c.