au.c File Reference

Go to the source code of this file.

Functions

static int put_au_header (ByteIOContext *pb, AVCodecContext *enc)
static int au_write_header (AVFormatContext *s)
static int au_write_packet (AVFormatContext *s, AVPacket *pkt)
static int au_write_trailer (AVFormatContext *s)
static int au_probe (AVProbeData *p)
static int au_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int au_read_packet (AVFormatContext *s, AVPacket *pkt)
static int au_read_close (AVFormatContext *s)

Variables

static const AVCodecTag codec_au_tags []
AVInputFormat au_demuxer
AVOutputFormat au_muxer


Function Documentation

static int put_au_header ( ByteIOContext pb,
AVCodecContext enc 
) [static]

Definition at line 47 of file au.c.

Referenced by au_write_header().

static int au_write_header ( AVFormatContext s  )  [static]

Definition at line 60 of file au.c.

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

Definition at line 76 of file au.c.

static int au_write_trailer ( AVFormatContext s  )  [static]

Definition at line 83 of file au.c.

static int au_probe ( AVProbeData p  )  [static]

Definition at line 103 of file au.c.

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

Definition at line 114 of file au.c.

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

Definition at line 156 of file au.c.

static int au_read_close ( AVFormatContext s  )  [static]

Definition at line 174 of file au.c.


Variable Documentation

const AVCodecTag codec_au_tags[] [static]

Initial value:

 {
    { CODEC_ID_PCM_MULAW, 1 },
    { CODEC_ID_PCM_S16BE, 3 },
    { CODEC_ID_PCM_ALAW, 27 },
    { 0, 0 },
}

Definition at line 38 of file au.c.

Initial value:

 {
    "au",
    "SUN AU Format",
    0,
    au_probe,
    au_read_header,
    au_read_packet,
    au_read_close,
    pcm_read_seek,
    .codec_tag= (const AVCodecTag*[]){codec_au_tags, 0},
}

Definition at line 180 of file au.c.

Initial value:

 {
    "au",
    "SUN AU Format",
    "audio/basic",
    "au",
    0,
    CODEC_ID_PCM_S16BE,
    CODEC_ID_NONE,
    au_write_header,
    au_write_packet,
    au_write_trailer,
    .codec_tag= (const AVCodecTag*[]){codec_au_tags, 0},
}

Definition at line 194 of file au.c.


Generated on Sat Dec 18 05:15:50 2010 for MythTV by  doxygen 1.5.5