From c6ad13044abb264594374d04845e5ef17e975942 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 28 Jul 2008 04:24:08 +0000 Subject: Cosmetics: do not align with now removed next instruction Originally committed as revision 14449 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra288.c') diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index bdd0233f5e..d02ed97d24 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -177,7 +177,7 @@ static void do_hybrid_window(int order, int n, int non_rec, const float *in, 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]; -- cgit v1.2.3