Go to the source code of this file.
◆ cng_decode_close()
◆ cng_decode_init()
◆ make_lpc_coefs()
static void make_lpc_coefs |
( |
float * |
lpc, |
|
|
const float * |
refl, |
|
|
int |
order |
|
) |
| |
|
static |
◆ cng_decode_flush()
◆ cng_decode_frame()
◆ ff_comfortnoise_decoder
Initial value:= {
.name = "comfortnoise",
}
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
static int cng_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void cng_decode_flush(AVCodecContext *avctx)
AVSampleFormat
Audio sample formats.
static av_cold int cng_decode_close(AVCodecContext *avctx)
static enum AVSampleFormat sample_fmts[]
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
static av_cold int cng_decode_init(AVCodecContext *avctx)
Definition at line 165 of file cngdec.c.