Author: diego
Date: Thu Dec 20 10:55:25 2007
New Revision: 1613

Log:
Remove useless comment.


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Thu Dec 20 10:55:25 2007
@@ -463,7 +463,6 @@ static void sine_window_init(float *wind
         window[i] = sin((i + 0.5) * alpha);
 }
 
-// ssr context init
 static void ssr_context_init(ssr_context * ctx) {
     int b, i;
     for (b = 0; b < 2; b++) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to