libavformat/au.c File Reference

#include "avformat.h"
#include "internal.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 Documentation

#define AU_UNKNOWN_SIZE   ((uint32_t)(~0))

Definition at line 37 of file au.c.

Referenced by au_read_header().

#define BLOCK_SIZE   1024

Definition at line 174 of file au.c.


Function Documentation

static int au_probe ( AVProbeData p  )  [static]

Definition at line 110 of file au.c.

static int au_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 121 of file au.c.

static int au_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 176 of file au.c.


Variable Documentation

const AVCodecTag codec_au_tags[] [static]

Initial value:

Definition at line 40 of file au.c.


Generated on Fri Oct 26 02:46:12 2012 for FFmpeg by  doxygen 1.5.8