Mercurial > libavcodec.hg
changeset 1707:027545a2fdbe libavcodec
100000l
author | michael |
---|---|
date | Tue, 30 Dec 2003 15:29:38 +0000 |
parents | 3ba5c493db6f |
children | dea5b2946999 |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);