[FFmpeg-cvslog] r14449 - trunk/libavcodec/ra288.c

vitor subversion
Mon Jul 28 06:24:08 CEST 2008


Author: vitor
Date: Mon Jul 28 06:24:08 2008
New Revision: 14449

Log:
Cosmetics: do not align with now removed next instruction

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Mon Jul 28 06:24:08 2008
@@ -177,7 +177,7 @@ static void do_hybrid_window(int order, 
     float work[111];
 
     /* update history */
-    memmove(hist                  , hist + n, (order + non_rec)*sizeof(*hist));
+    memmove(hist, hist + n, (order + non_rec)*sizeof(*hist));
 
     for (x=0; x < n; x++)
         hist[order + non_rec + x] = in[n-x-1];




More information about the ffmpeg-cvslog mailing list