#include <inttypes.h>
#include "libavutil/channel_layout.h"
#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 42 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)
 
static int read_packet(AVFormatContext *s, AVPacket *pkt)
 
 
Definition at line 139 of file mvi.c.