libavformat/adxdec.c File Reference

CRI ADX demuxer. More...

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

Go to the source code of this file.

Data Structures

struct  ADXDemuxerContext

Defines

#define BLOCK_SIZE   18
#define BLOCK_SAMPLES   32

Functions

static int adx_read_packet (AVFormatContext *s, AVPacket *pkt)
static int adx_read_header (AVFormatContext *s)

Variables

AVInputFormat ff_adx_demuxer


Detailed Description

CRI ADX demuxer.

Definition in file adxdec.c.


Define Documentation

#define BLOCK_SAMPLES   32

Definition at line 32 of file adxdec.c.

#define BLOCK_SIZE   18

Definition at line 31 of file adxdec.c.


Function Documentation

static int adx_read_header ( AVFormatContext s  )  [static]

Definition at line 65 of file adxdec.c.

static int adx_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 38 of file adxdec.c.


Variable Documentation

Initial value:

 {
    .name           = "adx",
    .long_name      = NULL_IF_CONFIG_SMALL("CRI ADX"),
    .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,
    .flags          = AVFMT_GENERIC_INDEX,
}

Definition at line 104 of file adxdec.c.


Generated on Fri Oct 26 02:50:03 2012 for FFmpeg by  doxygen 1.5.8