# HG changeset patch # User benoit # Date 1182756585 0 # Node ID 3adfa650c7ad70c92ae84f46069ac95e35bda0cb # Parent 874d9b7641e3585388b508a25452b4da8b0505b9 Fix typo patch by Vitor: {vitor1001 gmail com} diff -r 874d9b7641e3 -r 3adfa650c7ad roqvideo.c --- a/roqvideo.c Fri Jun 22 17:18:58 2007 +0000 +++ b/roqvideo.c Mon Jun 25 07:29:45 2007 +0000 @@ -77,7 +77,7 @@ 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] =