FFmpeg
|
#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 "internal.h"
Go to the source code of this file.
Data Structures | |
struct | LibSpeexContext |
Functions | |
static av_cold int | libspeex_decode_init (AVCodecContext *avctx) |
static int | libspeex_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
static av_cold int | libspeex_decode_close (AVCodecContext *avctx) |
static av_cold void | libspeex_decode_flush (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_libspeex_decoder |
|
static |
Definition at line 39 of file libspeexdec.c.
|
static |
Definition at line 119 of file libspeexdec.c.
|
static |
Definition at line 165 of file libspeexdec.c.
|
static |
Definition at line 175 of file libspeexdec.c.
AVCodec ff_libspeex_decoder |
Definition at line 181 of file libspeexdec.c.