#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
#define MVI_AUDIO_STREAM_INDEX 0 |
#define MVI_VIDEO_STREAM_INDEX 1 |
Definition at line 39 of file mvi.c.
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, AVFormatParameters *ap)
struct MviDemuxContext MviDemuxContext
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 133 of file mvi.c.