#include <speex/speex.h>
#include <speex/speex_header.h>
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
◆ libspeex_decode_init()
◆ libspeex_decode_frame()
◆ libspeex_decode_close()
◆ libspeex_decode_flush()
◆ ff_libspeex_decoder
Initial value:= {
.p.name = "libspeex",
.p.wrapper_name = "libspeex",
}
static av_cold void close(AVCodecParserContext *s)
#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_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
static av_cold int libspeex_decode_close(AVCodecContext *avctx)
static av_cold void libspeex_decode_flush(AVCodecContext *avctx)
static int libspeex_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
static av_cold int libspeex_decode_init(AVCodecContext *avctx)
Definition at line 193 of file libspeexdec.c.