FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
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)
 
int ff_voc_get_packet (AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)
 
static int voc_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int voc_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 

Variables

AVInputFormat ff_voc_demuxer
 

Function Documentation

static int voc_probe ( AVProbeData p)
static

Definition at line 27 of file vocdec.c.

static int voc_read_header ( AVFormatContext s)
static

Definition at line 41 of file vocdec.c.

int ff_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_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 181 of file vocdec.c.

static int voc_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 186 of file vocdec.c.

Variable Documentation

AVInputFormat ff_voc_demuxer
Initial value:
= {
.name = "voc",
.long_name = NULL_IF_CONFIG_SMALL("Creative Voice"),
.priv_data_size = sizeof(VocDecContext),
.codec_tag = (const AVCodecTag* const []){ ff_voc_codec_tags, 0 },
}
static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vocdec.c:181
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:175
static int voc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: vocdec.c:186
static int read_probe(AVProbeData *pd)
Definition: jvdec.c:55
static int voc_probe(AVProbeData *p)
Definition: vocdec.c:27
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:620
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
const AVCodecTag ff_voc_codec_tags[]
Definition: voc.c:27
static int voc_read_header(AVFormatContext *s)
Definition: vocdec.c:41

Definition at line 208 of file vocdec.c.