From f1bf6ba3db8d2551234d7d5fe878b7928395ffb0 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 17 May 2008 14:42:55 +0000 Subject: [PATCH] Minor simplification of rotate_block() Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index e30089406e..b38526f9e4 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -138,10 +138,10 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short *gs static void rotate_block(const short *source, short *target, int offset) { int i=0, k=0; - const short *ptr1 = source + BUFFERSIZE - offset; + source += BUFFERSIZE - offset; while (i