#include <lc3.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "codec.h"
#include "codec_internal.h"
#include "decode.h"
#include "internal.h"
Go to the source code of this file.
◆ DECODER_MAX_CHANNELS
| #define DECODER_MAX_CHANNELS 2 |
◆ liblc3_decode_init()
◆ liblc3_decode_close()
◆ liblc3_decode()
◆ ff_liblc3_decoder
Initial value:= {
.p.name = "liblc3",
.p.wrapper_name = "liblc3",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int liblc3_decode_init(AVCodecContext *avctx)
static av_cold int liblc3_decode_close(AVCodecContext *avctx)
static int liblc3_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
Definition at line 140 of file liblc3dec.c.