|
FFmpeg
|
#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.
Data Structures | |
| struct | LibLC3DecContext |
Macros | |
| #define | DECODER_MAX_CHANNELS 2 |
Functions | |
| 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) |
Variables | |
| const FFCodec | ff_liblc3_decoder |
| #define DECODER_MAX_CHANNELS 2 |
Definition at line 31 of file liblc3dec.c.
|
static |
Definition at line 39 of file liblc3dec.c.
|
static |
Definition at line 93 of file liblc3dec.c.
|
static |
Definition at line 102 of file liblc3dec.c.
| const FFCodec ff_liblc3_decoder |
Definition at line 134 of file liblc3dec.c.
1.8.17