#include <celt/celt.h>
#include <celt/celt_header.h>
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
◆ ff_celt_error_to_averror()
static int ff_celt_error_to_averror |
( |
int |
err | ) |
|
|
static |
◆ ff_celt_bitstream_version_hack()
static int ff_celt_bitstream_version_hack |
( |
CELTMode * |
mode | ) |
|
|
static |
◆ libcelt_dec_init()
◆ libcelt_dec_close()
◆ libcelt_dec_decode()
◆ ff_libcelt_decoder
Initial value:= {
.p.name = "libcelt",
.p.wrapper_name = "libcelt",
}
Definition at line 130 of file libcelt_dec.c.