Author: kostya
Date: Tue Jul 29 19:37:10 2008
New Revision: 2904

Log:
1000l Mixed arrays for short and long windows

Modified:
   aacenc/aacpsy.c

Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c     (original)
+++ aacenc/aacpsy.c     Tue Jul 29 19:37:10 2008
@@ -327,10 +327,10 @@ typedef struct Psy3gppContext{
     float       barks [1024];
     float       bark_l[64];
     float       bark_s[16];
-    float       s_low_s[64];
-    float       s_low_l[16];
-    float       s_hi_s [64];
-    float       s_hi_l [16];
+    float       s_low_l[64];
+    float       s_low_s[16];
+    float       s_hi_l [64];
+    float       s_hi_s [16];
     Psy3gppBand band[2][128];
     Psy3gppBand prev_band[2][128];
     int         reservoir;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to