summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-28 12:28:01 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-20 18:46:49 -0400
commitad95307f9251aa8c0e8773727589d3c1986655fc (patch)
treeeadf5c752903dfa1338d686322686dd1530db43a /libavcodec/aacenc.h
parent4bf64961a99f36b72b69e66310fa828525564166 (diff)
aacenc: use AVCodec.encode2()
Diffstat (limited to 'libavcodec/aacenc.h')
-rw-r--r--libavcodec/aacenc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/aacenc.h b/libavcodec/aacenc.h
index 44ab13bf47..f4e531a9a6 100644
--- a/libavcodec/aacenc.h
+++ b/libavcodec/aacenc.h
@@ -27,7 +27,7 @@
#include "dsputil.h"
#include "aac.h"
-
+#include "audio_frame_queue.h"
#include "psymodel.h"
typedef struct AACEncOptions {
@@ -71,6 +71,7 @@ typedef struct AACEncContext {
int cur_channel;
int last_frame;
float lambda;
+ AudioFrameQueue afq;
DECLARE_ALIGNED(16, int, qcoefs)[96]; ///< quantized coefficients
DECLARE_ALIGNED(32, float, scoefs)[1024]; ///< scaled coefficients