FFmpeg
Functions | Variables
vocdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "demux.h"
#include "voc.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int voc_probe (const AVProbeData *p)
 
static int voc_read_header (AVFormatContext *s)
 
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

const FFInputFormat ff_voc_demuxer
 

Function Documentation

◆ voc_probe()

static int voc_probe ( const AVProbeData p)
static

Definition at line 27 of file vocdec.c.

◆ voc_read_header()

static int voc_read_header ( AVFormatContext s)
static

Definition at line 41 of file vocdec.c.

◆ voc_read_packet()

static int voc_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 61 of file vocdec.c.

◆ voc_read_seek()

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

Definition at line 72 of file vocdec.c.

Variable Documentation

◆ ff_voc_demuxer

const FFInputFormat ff_voc_demuxer
Initial value:
= {
.p.name = "voc",
.p.long_name = NULL_IF_CONFIG_SMALL("Creative Voice"),
.p.codec_tag = ff_voc_codec_tags_list,
.priv_data_size = sizeof(VocDecContext),
}

Definition at line 104 of file vocdec.c.

read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:151
voc_read_header
static int voc_read_header(AVFormatContext *s)
Definition: vocdec.c:41
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:41
ff_voc_codec_tags_list
const AVCodecTag *const ff_voc_codec_tags_list[]
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:106
voc_read_seek
static int voc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: vocdec.c:72
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30
voc_read_packet
static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vocdec.c:61
voc_probe
static int voc_probe(const AVProbeData *p)
Definition: vocdec.c:27