= {
.p.name = "libfdk_aac",
.p.wrapper_name = "libfdk",
}
static av_cold int aac_encode_init(AVCodecContext *avctx)
static const FFCodecDefault aac_encode_defaults[]
static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
#define CODEC_SAMPLERATES_ARRAY(array)
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define CODEC_SAMPLEFMTS(...)
#define CODEC_CH_LAYOUTS_ARRAY(array)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_ENCODER_FLUSH
This encoder can be flushed using avcodec_flush_buffers().
#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 AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
@ AV_SAMPLE_FMT_S16
signed 16 bits
static const int aac_sample_rates[]
static const AVChannelLayout aac_ch_layouts[16]
static void aac_encode_flush(AVCodecContext *avctx)
static const AVProfile profiles[]
static int aac_encode_close(AVCodecContext *avctx)
static const AVClass aac_enc_class