#include <vo-aacenc/voAAC.h>
#include <vo-aacenc/cmnMemory.h>
#include "avcodec.h"
#include "mpeg4audio.h"
Go to the source code of this file.
static int aac_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
frame, |
|
|
int |
buf_size, |
|
|
void * |
data |
|
) |
| |
|
static |
Initial value:= {
.name = "libvo_aacenc",
}
static int aac_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data)
static av_cold int aac_encode_init(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#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_close(AVCodecContext *avctx)
AVSampleFormat
all in native-endian format
Definition at line 118 of file libvo-aacenc.c.