|
ADPCM Codecs
|
#include <stdint.h>#include <stddef.h>#include "config-adpcm.h"#include "intreadwrite.h"#include "adpcm.h"

Go to the source code of this file.
Classes | |
| struct | adpcm_ffmpeg::PutBitContext |
Macros | |
| #define | AV_WBBUF AV_WB32 |
| #define | AV_WLBUF AV_WL32 |
| #define | ff_put_string ff_put_string_unsupported_here |
| #define | ff_copy_bits ff_copy_bits_unsupported_here |
Typedefs | |
| typedef uint32_t | adpcm_ffmpeg::BitBuf |
| typedef struct adpcm_ffmpeg::PutBitContext | adpcm_ffmpeg::PutBitContext |
bitstream writer API