[SCM] libav/experimental: 100000l

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:38:45 UTC 2013


The following commit has been merged in the experimental branch:
commit b846b231b353048693ef457285a23b0c21fc577f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 30 15:29:38 2003 +0000

    100000l
    
    Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list