#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "pcm.h"
#include "riff.h"
Go to the source code of this file.
Macros | |
#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 167 of file au.c.
Referenced by au_read_packet().
|
static |
|
static |
|
static |
|
static |