FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OggVorbisDecContext |
Functions | |
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) |
static int | oggvorbis_decode_close (AVCodecContext *avccontext) |
Variables | |
AVCodec | ff_libvorbis_decoder |
|
static |
Definition at line 35 of file libvorbisdec.c.
|
inlinestatic |
Definition at line 111 of file libvorbisdec.c.
Referenced by ff_audio_convert_set_func(), findRgbConvFn(), oggvorbis_decode_frame(), palToRgbWrapper(), rgbToRgbWrapper(), and sws_convVec().
|
static |
Definition at line 129 of file libvorbisdec.c.
|
static |
Definition at line 179 of file libvorbisdec.c.
AVCodec ff_libvorbis_decoder |
Definition at line 189 of file libvorbisdec.c.