|
FFmpeg
|
G.722 ADPCM audio decoder. More...
#include "libavutil/channel_layout.h"#include "libavutil/opt.h"#include "avcodec.h"#include "get_bits.h"#include "g722.h"#include "internal.h"Macros | |
| #define | OFFSET(x) offsetof(G722Context, x) |
| #define | AD AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Variables | |
| AVCodec | ff_adpcm_g722_decoder |
G.722 ADPCM audio decoder.
This G.722 decoder is a bit-exact implementation of the ITU G.722 specification for all three specified bitrates - 64000bps, 56000bps and 48000bps. It passes the ITU tests.
| AVCodec ff_adpcm_g722_decoder |
1.8.12