Definition in file libfaac.c.
Go to the source code of this file.
Classes | |
| struct | FaacAudioContext |
Functions | |
| static int | Faac_encode_init (AVCodecContext *avctx) |
| static int | Faac_encode_frame (AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) |
| static int | Faac_encode_close (AVCodecContext *avctx) |
Variables | |
| AVCodec | libfaac_encoder |
| static int Faac_encode_init | ( | AVCodecContext * | avctx | ) | [static] |
| static int Faac_encode_frame | ( | AVCodecContext * | avctx, | |
| unsigned char * | frame, | |||
| int | buf_size, | |||
| void * | data | |||
| ) | [static] |
| static int Faac_encode_close | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"libfaac",
CODEC_TYPE_AUDIO,
CODEC_ID_AAC,
sizeof(FaacAudioContext),
Faac_encode_init,
Faac_encode_frame,
Faac_encode_close
}
1.5.5