FFmpeg
|
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 |
|
static |
|
static |
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 |
AVInputFormat ff_voc_demuxer |