Author: andoma
Date: Wed Mar  5 15:36:47 2008
New Revision: 1975

Log:
Vertical alignment



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Wed Mar  5 15:36:47 2008
@@ -1201,7 +1201,7 @@ static int gain_control_data(AACContext 
         {1, 0, 5}, //ONLY_LONG_SEQUENCE = 0,
         {2, 1, 2}, //LONG_START_SEQUENCE,
         {8, 0, 2}, //EIGHT_SHORT_SEQUENCE,
-        {2, 1, 5} //LONG_STOP_SEQUENCE
+        {2, 1, 5}, //LONG_STOP_SEQUENCE
     };
     const int mode = sce->ics.window_sequence;
     int bd, wd, ad;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to