changeset 7504:c75c3adf11bc libavcodec

Cosmetics: alignment
author vitor
date Wed, 06 Aug 2008 02:49:22 +0000
parents d85a0a151344
children 2c22852d1998
files ra288.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Wed Aug 06 02:44:59 2008 +0000
+++ b/ra288.c	Wed Aug 06 02:49:22 2008 +0000
@@ -182,8 +182,8 @@
     float work[order + n + non_rec];
 
     /* update history */
-    memmove(hist, hist + n, (order + non_rec)*sizeof(*hist));
-    memcpy (hist + order + non_rec, in, n * sizeof(*hist));
+    memmove(hist                  , hist + n, (order + non_rec)*sizeof(*hist));
+    memcpy (hist + order + non_rec, in      , n                *sizeof(*hist));
 
     colmult(work, window, hist, order + n + non_rec);