#include <string.h>
#include <vorbis/vorbisenc.h>
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
◆ oggvorbis_decode_close()
◆ oggvorbis_decode_init()
◆ oggvorbis_decode_frame()
◆ ff_libvorbis_decoder
Initial value:= {
.p.name = "libvorbis",
}
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
static int oggvorbis_decode_frame(AVCodecContext *avccontext, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
static int oggvorbis_decode_close(AVCodecContext *avccontext)
static av_cold int oggvorbis_decode_init(AVCodecContext *avccontext)
Definition at line 200 of file libvorbisdec.c.