|
FFmpeg
|
This is a decoder for Real Audio Lossless format. More...
#include "libavutil/attributes.h"#include "libavutil/channel_layout.h"#include "avcodec.h"#include "get_bits.h"#include "golomb.h"#include "internal.h"#include "unary.h"#include "ralfdata.h"Classes | |
| struct | VLCSet |
| struct | RALFContext |
Macros | |
| #define | FILTER_NONE 0 |
| #define | FILTER_RAW 642 |
| #define | RALF_MAX_PKT_SIZE 8192 |
| #define | MAX_ELEMS 644 |
Typedefs | |
| typedef struct VLCSet | VLCSet |
| typedef struct RALFContext | RALFContext |
Variables | |
| AVCodec | ff_ralf_decoder |
This is a decoder for Real Audio Lossless format.
Dedicated to the mastermind behind it, Ralph Wiggum.
| AVCodec ff_ralf_decoder |
1.8.12