[FFmpeg-cvslog] r10981 - trunk/libavcodec/intrax8.c
michael
subversion
Fri Nov 9 22:56:18 CET 2007
Author: michael
Date: Fri Nov 9 22:56:18 2007
New Revision: 10981
Log:
vertical align
Modified:
trunk/libavcodec/intrax8.c
Modified: trunk/libavcodec/intrax8.c
==============================================================================
--- trunk/libavcodec/intrax8.c (original)
+++ trunk/libavcodec/intrax8.c Fri Nov 9 22:56:18 2007
@@ -653,7 +653,7 @@ 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[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