FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OggVorbisDecContext |
Functions | |
static int | oggvorbis_decode_close (AVCodecContext *avccontext) |
static int | oggvorbis_decode_init (AVCodecContext *avccontext) |
static int | conv (int samples, float **pcm, char *buf, int channels) |
static int | oggvorbis_decode_frame (AVCodecContext *avccontext, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
const AVCodec | ff_libvorbis_decoder |
|
static |
Definition at line 199 of file libvorbisdec.c.
Referenced by oggvorbis_decode_init().
|
static |
Definition at line 37 of file libvorbisdec.c.
Definition at line 131 of file libvorbisdec.c.
Referenced by findRgbConvFn(), oggvorbis_decode_frame(), palToRgbWrapper(), rgbToRgbWrapper(), and tex2D().
|
static |
Definition at line 149 of file libvorbisdec.c.
const AVCodec ff_libvorbis_decoder |
Definition at line 211 of file libvorbisdec.c.