[FFmpeg-cvslog] r9419 - trunk/libavcodec/roqvideo.c
benoit
subversion
Mon Jun 25 09:29:46 CEST 2007
Author: benoit
Date: Mon Jun 25 09:29:45 2007
New Revision: 9419
Log:
Fix typo
patch by Vitor: {vitor1001 gmail com}
Modified:
trunk/libavcodec/roqvideo.c
Modified: trunk/libavcodec/roqvideo.c
==============================================================================
--- trunk/libavcodec/roqvideo.c (original)
+++ trunk/libavcodec/roqvideo.c Mon Jun 25 09:29:45 2007
@@ -77,7 +77,7 @@ void ff_apply_vector_4x4(RoqContext *ri,
bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] = cell->y[0];
bptr[ 2] = bptr[ 3] = bptr[stride +2] = bptr[stride +3] = cell->y[1];
bptr[stride*2 ] = bptr[stride*2+1] = bptr[stride*3 ] = bptr[stride*3+1] = cell->y[2];
- bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[2];
+ bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[3];
bptr = ri->current_frame->data[1] + boffs;
bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] =
More information about the ffmpeg-cvslog
mailing list