Interface to libfaac for aac encoding.
More...
#include "avcodec.h"
#include <faac.h>
Go to the source code of this file.
Detailed Description
Interface to libfaac for aac encoding.
Definition in file libfaac.c.
Define Documentation
#define free please_use_av_free |
Typedef Documentation
Function Documentation
static av_cold int Faac_encode_close |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int Faac_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
frame, |
|
|
int |
buf_size, |
|
|
void * |
data | |
|
) |
| | [static] |
static av_cold int Faac_encode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
{ 2, 0, 1 },
{ 2, 0, 1, 3 },
{ 2, 0, 1, 3, 4 },
{ 2, 0, 1, 4, 5, 3 },
}
Definition at line 34 of file libfaac.c.
Referenced by Faac_encode_init().
Initial value: {
"libfaac",
AVMEDIA_TYPE_AUDIO,
CODEC_ID_AAC,
sizeof(FaacAudioContext),
Faac_encode_init,
Faac_encode_frame,
Faac_encode_close,
.capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("libfaac AAC (Advanced Audio Codec)"),
.profiles = NULL_IF_CONFIG_SMALL(profiles),
}
Definition at line 167 of file libfaac.c.
Initial value: {
{ FF_PROFILE_AAC_MAIN, "Main" },
{ FF_PROFILE_AAC_LOW, "LC" },
{ FF_PROFILE_AAC_SSR, "SSR" },
{ FF_PROFILE_AAC_LTP, "LTP" },
{ FF_PROFILE_UNKNOWN },
}
Definition at line 159 of file libfaac.c.