#include <vo-aacenc/voAAC.h>
#include <vo-aacenc/cmnMemory.h>
#include "avcodec.h"
#include "audio_frame_queue.h"
#include "internal.h"
#include "mpeg4audio.h"
Go to the source code of this file.
Initial value:= {
.name = "libvo_aacenc",
}
static av_cold int aac_encode_init(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#define CODEC_CAP_SMALL_LAST_FRAME
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct AACContext AACContext
static void close(AVCodecParserContext *s)
static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static int aac_encode_close(AVCodecContext *avctx)
AVSampleFormat
Audio Sample Formats.
Definition at line 190 of file libvo-aacenc.c.