Fix typo
authorVitor Sessak <vitor1001@gmail.com>
Mon, 25 Jun 2007 07:29:45 +0000 (07:29 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Mon, 25 Jun 2007 07:29:45 +0000 (07:29 +0000)
patch by Vitor: {vitor1001 gmail com}

Originally committed as revision 9419 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/roqvideo.c

index f6b0184360959a3833e23caec6e668734eadf0de..e478d4c10bec66351464a682cccee524e638dd39 100644 (file)
@@ -77,7 +77,7 @@ void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell)
     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] =