summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-12-30 15:29:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-12-30 15:29:38 +0000
commitb846b231b353048693ef457285a23b0c21fc577f (patch)
tree08fc788179098b53562557633954dad4567cdf1b
parent0c9bbaec6021ff2ab6017e8b99354a26c2394b47 (diff)
100000l
Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/mpegvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index fce7135b1b..1b3be9dbc2 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -1453,8 +1453,8 @@ void ff_print_debug_info(MpegEncContext *s, AVFrame *pict){
const int shift= 1 + s->quarter_sample;
int mb_y;
uint8_t *ptr;
- s->low_delay=0; //needed to see the vectors without trashing the buffers
int i;
+ s->low_delay=0; //needed to see the vectors without trashing the buffers
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);