diff roqvideo.c @ 5183:3adfa650c7ad libavcodec

Fix typo patch by Vitor: {vitor1001 gmail com}
author benoit
date Mon, 25 Jun 2007 07:29:45 +0000
parents 133329117637
children c2a475157299
line wrap: on
line diff
--- 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] =