FFmpeg
|
Include dependency graph for vocdec.c:
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) |
Variables | |
AVInputFormat | ff_voc_demuxer |
Function Documentation
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 |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_voc_demuxer |
Initial value:
= {
.name = "voc",
.long_name = NULL_IF_CONFIG_SMALL("Creative Voice"),
.priv_data_size = sizeof(VocDecContext),
.read_probe = voc_probe,
}
static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vocdec.c:162
struct voc_dec_context VocDecContext
Definition: libavformat/internal.h:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11