#include "avformat.h"
#include "avio_internal.h"
#include "pcm.h"
#include "riff.h"
Go to the source code of this file.
Defines | |
#define | AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
#define | BLOCK_SIZE 1024 |
Functions | |
static int | au_probe (AVProbeData *p) |
static int | au_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | au_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVCodecTag | codec_au_tags [] |
#define BLOCK_SIZE 1024 |
Definition at line 166 of file au.c.
Referenced by au_read_packet(), blockCopy_TMPL(), doHorizDefFilter_C(), doHorizLowPass_C(), doVertDefFilter_TMPL(), doVertLowPass_TMPL(), horizX1Filter(), isHorizDC_C(), isVertDC_C(), isVertMinMaxOk_C(), postProcess_TMPL(), rso_read_packet(), and vertX1Filter_TMPL().
static int au_probe | ( | AVProbeData * | p | ) | [static] |
static int au_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int au_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
const AVCodecTag codec_au_tags[] [static] |
Initial value:
{ { CODEC_ID_PCM_MULAW, 1 }, { CODEC_ID_PCM_S8, 2 }, { CODEC_ID_PCM_S16BE, 3 }, { CODEC_ID_PCM_S24BE, 4 }, { CODEC_ID_PCM_S32BE, 5 }, { CODEC_ID_PCM_F32BE, 6 }, { CODEC_ID_PCM_F64BE, 7 }, { CODEC_ID_PCM_ALAW, 27 }, { CODEC_ID_NONE, 0 }, }