Interface to libfaac for aac encoding. More...
Go to the source code of this file.
Data Structures | |
struct | FaacAudioContext |
Macros | |
#define | free please_use_av_free |
Typedefs | |
typedef struct FaacAudioContext | FaacAudioContext |
Functions | |
static av_cold int | Faac_encode_init (AVCodecContext *avctx) |
static int | Faac_encode_frame (AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) |
static av_cold int | Faac_encode_close (AVCodecContext *avctx) |
Variables | |
static const AVProfile | profiles [] |
AVCodec | ff_libfaac_encoder |
Interface to libfaac for aac encoding.
Definition in file libfaac.c.
#define free please_use_av_free |
Referenced by audio_encode_example(), av_free(), Faac_encode_init(), main(), pgmyuv_save(), read_header(), read_packet(), and video_encode_example().
typedef struct FaacAudioContext FaacAudioContext |
|
static |
|
static |
|
static |
AVCodec ff_libfaac_encoder |
|
static |