[SCM] libav/experimental: Add out commented av_log to debug h263_probe.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:55:41 UTC 2013


The following commit has been merged in the experimental branch:
commit f76eef99a2796c88c4900a428963d6806d9218e4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 8 12:33:00 2009 +0000

    Add out commented av_log to debug h263_probe.
    
    Originally committed as revision 20764 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/raw.c b/libavformat/raw.c
index 1af7d11..a0ebb6a 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -472,6 +472,7 @@ static int h263_probe(AVProbeData *p)
             last_src_fmt= src_fmt;
         }
     }
+//av_log(NULL, AV_LOG_ERROR, "h263_probe: psc:%d invalid:%d res_change:%d\n", valid_psc, invalid_psc, res_change);
     if(valid_psc > 2*invalid_psc + 2*res_change + 2){
         return 50;
     }else if(valid_psc > 2*invalid_psc)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list