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

MTV demuxer. More...

#include "libavutil/bswap.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  MTVDemuxContext
 

Macros

#define MTV_ASUBCHUNK_DATA_SIZE   500
 
#define MTV_HEADER_SIZE   512
 
#define MTV_AUDIO_PADDING_SIZE   12
 
#define MTV_IMAGE_DEFAULT_BPP   16
 
#define MTV_AUDIO_SAMPLING_RATE   44100
 

Typedefs

typedef struct MTVDemuxContext MTVDemuxContext
 

Variables

AVInputFormat ff_mtv_demuxer
 

Detailed Description

MTV demuxer.

Variable Documentation

§ ff_mtv_demuxer

AVInputFormat ff_mtv_demuxer
Initial value:
= {
.name = "mtv",
.long_name = NULL_IF_CONFIG_SMALL("MTV"),
.priv_data_size = sizeof(MTVDemuxContext),
.read_probe = mtv_probe,
.read_header = mtv_read_header,
.read_packet = mtv_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: mtv.c:38