|
FFmpeg
|
FLAC (Free Lossless Audio Codec) decoder. More...
#include <limits.h>#include "libavutil/avassert.h"#include "libavutil/crc.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "get_bits.h"#include "bytestream.h"#include "golomb.h"#include "flac.h"#include "flacdata.h"#include "flacdsp.h"#include "thread.h"#include "unary.h"Classes | |
| struct | FLACContext |
Typedefs | |
| typedef struct FLACContext | FLACContext |
Variables | |
| AVCodec | ff_flac_decoder |
FLAC (Free Lossless Audio Codec) decoder.
This decoder can be used in 1 of 2 ways: Either raw FLAC data can be fed through, starting from the initial 'fLaC' signature; or by passing the 34-byte streaminfo structure through avctx->extradata[_size] followed by data starting with the 0xFFF8 marker.
| AVCodec ff_flac_decoder |
1.8.12