From b846b231b353048693ef457285a23b0c21fc577f Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Tue, 30 Dec 2003 15:29:38 +0000
Subject: [PATCH] 100000l

Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/mpegvideo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index fce7135b1b6..1b3be9dbc27 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);
-- 
GitLab