# HG changeset patch # User michael # Date 1072798178 0 # Node ID 027545a2fdbee76eb074ad91f3b738c8d71ae434 # Parent 3ba5c493db6fd48c7e7bf65a0423f84d907e9e5f 100000l diff -r 3ba5c493db6f -r 027545a2fdbe mpegvideo.c --- a/mpegvideo.c Tue Dec 30 02:12:12 2003 +0000 +++ b/mpegvideo.c Tue Dec 30 15:29:38 2003 +0000 @@ -1453,8 +1453,8 @@ const int shift= 1 + s->quarter_sample; int mb_y; uint8_t *ptr; + int i; s->low_delay=0; //needed to see the vectors without trashing the buffers - int i; for(i=0; i<3; i++){ memcpy(s->visualization_buffer[i], pict->data[i], (i==0) ? pict->linesize[i]*s->height:pict->linesize[i]*s->height/2);