FFmpeg
Loading...
Searching...
No Matches
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),
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
Definition cdg.c:30
static int read_header(FFV1Context *f, RangeCoder *c)
Definition ffv1dec.c:578
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition libcdio.c:151
const AVCodecTag *const ff_voc_codec_tags_list[]
static int voc_read_header(AVFormatContext *s)
Definition vocdec.c:41
static int voc_probe(const AVProbeData *p)
Definition vocdec.c:27
static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition vocdec.c:61
static int voc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition vocdec.c:72

Definition at line 104 of file vocdec.c.