[FFmpeg-cvslog] r10979 - trunk/libavcodec/intrax8.c

michael subversion
Fri Nov 9 22:55:34 CET 2007


Author: michael
Date: Fri Nov  9 22:55:33 2007
New Revision: 10979

Log:
remove unneeded {}


Modified:
   trunk/libavcodec/intrax8.c

Modified: trunk/libavcodec/intrax8.c
==============================================================================
--- trunk/libavcodec/intrax8.c	(original)
+++ trunk/libavcodec/intrax8.c	Fri Nov  9 22:55:33 2007
@@ -653,11 +653,9 @@ static inline void x8_init_block_index(M
     s->dest[1] = s->current_picture.data[1];
     s->dest[2] = s->current_picture.data[2];
 
-    {
         s->dest[0] += s->mb_y *   linesize << 3;
         s->dest[1] += ( s->mb_y&(~1) ) * uvlinesize << 2;//chroma blocks are on add rows
         s->dest[2] += ( s->mb_y&(~1) ) * uvlinesize << 2;
-    }
 }
 
 /**




More information about the ffmpeg-cvslog mailing list