FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
mvi.c File Reference
#include <inttypes.h>
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  MviDemuxContext
 

Macros

#define MVI_FRAC_BITS   10
 
#define MVI_AUDIO_STREAM_INDEX   0
 
#define MVI_VIDEO_STREAM_INDEX   1
 

Functions

static int read_header (AVFormatContext *s)
 
static int read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_mvi_demuxer
 

Macro Definition Documentation

#define MVI_FRAC_BITS   10

Definition at line 28 of file mvi.c.

Referenced by read_header(), and read_packet().

#define MVI_AUDIO_STREAM_INDEX   0

Definition at line 30 of file mvi.c.

Referenced by read_packet().

#define MVI_VIDEO_STREAM_INDEX   1

Definition at line 31 of file mvi.c.

Referenced by read_packet().

Function Documentation

static int read_header ( AVFormatContext s)
static

Definition at line 42 of file mvi.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 112 of file mvi.c.

Variable Documentation

AVInputFormat ff_mvi_demuxer
Initial value:
= {
.name = "mvi",
.long_name = NULL_IF_CONFIG_SMALL("Motion Pixels MVI"),
.priv_data_size = sizeof(MviDemuxContext),
.extensions = "mvi",
}

Definition at line 139 of file mvi.c.