FFmpeg
|
CRI ADX demuxer. More...
Go to the source code of this file.
Data Structures | |
struct | ADXDemuxerContext |
Macros | |
#define | BLOCK_SIZE 18 |
#define | BLOCK_SAMPLES 32 |
Functions | |
static int | adx_probe (AVProbeData *p) |
static int | adx_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | adx_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_adx_demuxer |
CRI ADX demuxer.
Definition in file adxdec.c.
#define BLOCK_SIZE 18 |
Definition at line 30 of file adxdec.c.
Referenced by adx_decode(), adx_decode_frame(), adx_read_header(), and adx_read_packet().
#define BLOCK_SAMPLES 32 |
Definition at line 31 of file adxdec.c.
Referenced by adx_decode(), adx_decode_frame(), and adx_read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_adx_demuxer |