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

CRI ADX demuxer. More...

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

Classes

struct  ADXDemuxerContext
 

Macros

#define BLOCK_SIZE   18
 
#define BLOCK_SAMPLES   32
 

Typedefs

typedef struct ADXDemuxerContext ADXDemuxerContext
 

Variables

AVInputFormat ff_adx_demuxer
 

Detailed Description

CRI ADX demuxer.

Variable Documentation

§ ff_adx_demuxer

AVInputFormat ff_adx_demuxer
Initial value:
= {
.name = "adx",
.long_name = NULL_IF_CONFIG_SMALL("CRI ADX"),
.read_probe = adx_probe,
.priv_data_size = sizeof(ADXDemuxerContext),
.read_header = adx_read_header,
.read_packet = adx_read_packet,
.extensions = "adx",
.raw_codec_id = AV_CODEC_ID_ADPCM_ADX,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: adxdec.c:33
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:470