libavformat/vocdec.c File Reference

#include "libavutil/intreadwrite.h"
#include "voc.h"
#include "internal.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 ff_voc_demuxer


Function Documentation

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

Definition at line 65 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 27 of file vocdec.c.

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

Definition at line 41 of file vocdec.c.

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

Definition at line 154 of file vocdec.c.


Variable Documentation

Initial value:

 {
    .name           = "voc",
    .long_name      = NULL_IF_CONFIG_SMALL("Creative Voice file format"),
    .priv_data_size = sizeof(VocDecContext),
    .read_probe     = voc_probe,
    .read_header    = voc_read_header,
    .read_packet    = voc_read_packet,
    .codec_tag=(const AVCodecTag* const []){ff_voc_codec_tags, 0},
}

Definition at line 159 of file vocdec.c.


Generated on Fri Oct 26 02:43:53 2012 for FFmpeg by  doxygen 1.5.8