From ad95307f9251aa8c0e8773727589d3c1986655fc Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 28 Jan 2012 12:28:01 -0500 Subject: aacenc: use AVCodec.encode2() --- libavcodec/aacenc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/aacenc.h') 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 -- cgit v1.2.3