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 |
Typedefs | |
| typedef struct MviDemuxContext | MviDemuxContext |
Functions | |
| static int | read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_mvi_demuxer |
| #define MVI_AUDIO_STREAM_INDEX 0 |
Definition at line 27 of file mvi.c.
Referenced by read_packet().
| #define MVI_FRAC_BITS 10 |
Definition at line 25 of file mvi.c.
Referenced by read_header(), and read_packet().
| #define MVI_VIDEO_STREAM_INDEX 1 |
Definition at line 28 of file mvi.c.
Referenced by read_packet().
| typedef struct MviDemuxContext MviDemuxContext |
|
static |
|
static |
| AVInputFormat ff_mvi_demuxer |