#include "avformat.h"
#include "avio_internal.h"
#include "pcm.h"
#include "riff.h"
Go to the source code of this file.
Define Documentation
#define AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
Definition at line 36 of file au.c.
Function Documentation
Definition at line 109 of file au.c.
Definition at line 120 of file au.c.
Definition at line 168 of file au.c.
Variable Documentation
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 },
}
Definition at line 39 of file au.c.