]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc.h
aacdec: change type of data in decode_audio_specific_config parameters
[ffmpeg] / libavcodec / aacenc.h
index e99be98048df769692389d8043b204214435107d..86c68d3e167cb267a6713f08c059adc09d574180 100644 (file)
@@ -64,7 +64,7 @@ typedef struct AACEncContext {
     int cur_channel;
     int last_frame;
     float lambda;
-    DECLARE_ALIGNED(16, int,   qcoefs)[96][2];   ///< quantized coefficients
+    DECLARE_ALIGNED(16, int,   qcoefs)[96];      ///< quantized coefficients
     DECLARE_ALIGNED(16, float, scoefs)[1024];    ///< scaled coefficients
 } AACEncContext;