#include <math.h>
#include "libavutil/common.h"
#include "avcodec.h"
#include "internal.h"
#include "lpc.h"
Go to the source code of this file.
Initial value:= {
.name = "comfortnoise",
}
static av_cold int init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int cng_encode_close(AVCodecContext *avctx)
AVSampleFormat
Audio sample formats.
static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static enum AVSampleFormat sample_fmts[]
static av_cold int cng_encode_init(AVCodecContext *avctx)
Definition at line 105 of file cngenc.c.