|
FFmpeg
|
WavPack lossless audio decoder. More...
#include "libavutil/channel_layout.h"#include "avcodec.h"#include "bytestream.h"#include "get_bits.h"#include "internal.h"#include "thread.h"#include "unary.h"#include "wavpack.h"Classes | |
| struct | SavedContext |
| struct | WavpackFrameContext |
| struct | WavpackContext |
Macros | |
| #define | BITSTREAM_READER_LE |
| #define | WV_MAX_FRAME_DECODERS 14 |
| #define | LEVEL_DECAY(a) (((a) + 0x80) >> 8) |
Typedefs | |
| typedef struct SavedContext | SavedContext |
| typedef struct WavpackFrameContext | WavpackFrameContext |
| typedef struct WavpackContext | WavpackContext |
Variables | |
| AVCodec | ff_wavpack_decoder |
WavPack lossless audio decoder.
| AVCodec ff_wavpack_decoder |
1.8.12