#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 | mvi_demuxer | 
| #define MVI_AUDIO_STREAM_INDEX 0 | 
| #define MVI_FRAC_BITS 10 | 
| #define MVI_VIDEO_STREAM_INDEX 1 | 
| static int read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
| static int read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |  [static] | 
        
Initial value:
 {
    "mvi",
    NULL_IF_CONFIG_SMALL("Motion Pixels MVI format"),
    sizeof(MviDemuxContext),
    NULL,
    read_header,
    read_packet,
    .extensions = "mvi"
}
 1.5.8