[FFmpeg-cvslog] r14635 - trunk/libavcodec/ra288.c
vitor
subversion
Wed Aug 6 04:49:22 CEST 2008
Author: vitor
Date: Wed Aug 6 04:49:22 2008
New Revision: 14635
Log:
Cosmetics: alignment
Modified:
trunk/libavcodec/ra288.c
Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c (original)
+++ trunk/libavcodec/ra288.c Wed Aug 6 04:49:22 2008
@@ -182,8 +182,8 @@ static void do_hybrid_window(int order,
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);
More information about the ffmpeg-cvslog
mailing list