Author: superdump
Date: Wed Jul 30 13:47:52 2008
New Revision: 2913

Log:
Alignment


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Wed Jul 30 13:47:52 2008
@@ -2134,7 +2134,7 @@ static int spectral_to_sample(AACContext
                         return ret;
                 }
 #endif /* AAC_LTP */
-                if(               che->ch[0].tns.present)
+                if(che->ch[0].tns.present)
                     apply_tns(ac, 1, &che->ch[0], che->ch[0].coeffs);
                 if(che->ch[1].tns.present)
                     apply_tns(ac, 1, &che->ch[1], che->ch[1].coeffs);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to