#include <math.h>
#include "libavutil/common.h"
#include "avcodec.h"
#include "internal.h"
#include "lpc.h"
Go to the source code of this file.
§ cng_encode_close()
§ cng_encode_init()
§ cng_encode_frame()
§ ff_comfortnoise_encoder
Initial value:= {
.name = "comfortnoise",
}
#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 void close(AVCodecParserContext *s)
static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static av_cold int init(AVCodecParserContext *s)
static av_cold int cng_encode_init(AVCodecContext *avctx)
Definition at line 105 of file cngenc.c.