|
FFmpeg
|
Opus decoder. More...
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/audio_fifo.h"#include "libavutil/channel_layout.h"#include "libavutil/opt.h"#include "libswresample/swresample.h"#include "avcodec.h"#include "get_bits.h"#include "internal.h"#include "mathops.h"#include "opus.h"#include "opustab.h"#include "opus_celt.h"Macros | |
| #define | OFFSET(x) offsetof(OpusContext, x) |
| #define | AD AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Variables | |
| AVCodec | ff_opus_decoder |
Opus decoder.
Codec homepage: http://opus-codec.org/ Specification: http://tools.ietf.org/html/rfc6716 Ogg Opus specification: https://tools.ietf.org/html/draft-ietf-codec-oggopus-03
Ogg-contained .opus files can be produced with opus-tools: http://git.xiph.org/?p=opus-tools.git
| AVCodec ff_opus_decoder |
1.8.12