#include "avformat.h"#include "raw.h"#include "riff.h"Go to the source code of this file.
Defines | |
| #define | AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
| #define | MAX_SIZE 4096 |
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 MAX_SIZE 4096 |
Definition at line 160 of file au.c.
Referenced by au_read_packet().
| 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] |
1.7.1