libavformat/mvi.c File Reference

#include "avformat.h"

Go to the source code of this file.

Data Structures

struct  MviDemuxContext

Defines

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

Functions

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

Variables

AVInputFormat ff_mvi_demuxer


Define Documentation

#define MVI_AUDIO_STREAM_INDEX   0

Definition at line 26 of file mvi.c.

Referenced by read_packet().

#define MVI_FRAC_BITS   10

Definition at line 24 of file mvi.c.

Referenced by read_header(), and read_packet().

#define MVI_VIDEO_STREAM_INDEX   1

Definition at line 27 of file mvi.c.

Referenced by read_packet().


Function Documentation

static int read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 38 of file mvi.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 99 of file mvi.c.


Variable Documentation

Initial value:

 {
    "mvi",
    NULL_IF_CONFIG_SMALL("Motion Pixels MVI format"),
    sizeof(MviDemuxContext),
    NULL,
    read_header,
    read_packet,
    .extensions = "mvi"
}

Definition at line 126 of file mvi.c.


Generated on Fri Oct 26 02:39:49 2012 for FFmpeg by  doxygen 1.5.8