FFmpeg
Classes | Macros | Typedefs | Variables
mvdec.c File Reference

Silicon Graphics Movie demuxer. More...

#include "libavutil/channel_layout.h"
#include "libavutil/eval.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/rational.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  MvContext
 

Macros

#define AUDIO_FORMAT_SIGNED   401
 

Typedefs

typedef struct MvContext MvContext
 

Variables

AVInputFormat ff_mv_demuxer
 

Detailed Description

Silicon Graphics Movie demuxer.

Variable Documentation

§ ff_mv_demuxer

AVInputFormat ff_mv_demuxer
Initial value:
= {
.name = "mv",
.long_name = NULL_IF_CONFIG_SMALL("Silicon Graphics Movie"),
.priv_data_size = sizeof(MvContext),
.read_probe = mv_probe,
.read_header = mv_read_header,
.read_packet = mv_read_packet,
.read_seek = mv_read_seek,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: mvdec.c:35