libavformat/vocdec.c File Reference

#include "voc.h"

Go to the source code of this file.

Functions

static int voc_probe (AVProbeData *p)
static int voc_read_header (AVFormatContext *s, AVFormatParameters *ap)
int voc_get_packet (AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)
static int voc_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat voc_demuxer


Function Documentation

int voc_get_packet ( AVFormatContext s,
AVPacket pkt,
AVStream st,
int  max_size 
)

Definition at line 63 of file vocdec.c.

Referenced by avs_read_audio_packet(), read_packet(), and voc_read_packet().

static int voc_probe ( AVProbeData p  )  [static]

Definition at line 25 of file vocdec.c.

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

Definition at line 39 of file vocdec.c.

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

Definition at line 132 of file vocdec.c.


Variable Documentation

Initial value:

 {
    "voc",
    "Creative Voice File format",
    sizeof(voc_dec_context_t),
    voc_probe,
    voc_read_header,
    voc_read_packet,
    .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
}

Definition at line 137 of file vocdec.c.


Generated on Sat Sep 6 21:25:15 2008 for ffmpeg by  doxygen 1.5.6