22 #include <vo-aacenc/voAAC.h>
23 #include <vo-aacenc/cmnMemory.h>
38 AACENC_PARAM params = { 0 };
51 s->
user_data.memflag = VO_IMF_USERMEMOPERATOR;
65 for (index = 0; index < 16; index++)
80 avctx->
extradata[0] = 0x02 << 3 | index >> 1;
98 int buf_size,
void *
data)
101 VO_CODECBUFFER input = { 0 }, output = { 0 };
102 VO_AUDIO_OUTPUTINFO output_info = { { 0 } };
106 output.Buffer = frame;
107 output.Length = buf_size;
115 return output.Length;
119 .
name =
"libvo_aacenc",