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

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


Author: michael
Date: Fri Nov  9 22:55:53 2007
New Revision: 10980

Log:
indention


Modified:
   trunk/libavcodec/intrax8.c

Modified: trunk/libavcodec/intrax8.c
==============================================================================
--- trunk/libavcodec/intrax8.c	(original)
+++ trunk/libavcodec/intrax8.c	Fri Nov  9 22:55:53 2007
@@ -653,9 +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;
+    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