[SCM] libav/experimental: //more debug info

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:04:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 3504467f8b80bcd1645672f978f1c3e2b272c649
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Aug 5 02:15:46 2007 +0000

    //more debug info
    
    Originally committed as revision 9929 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index d831b71..1f2254d 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -69,7 +69,7 @@ static int mpegps_probe(AVProbeData *p)
     if(vid || audio)            /* invalid VDR files nd short PES streams */
         score= AVPROBE_SCORE_MAX/4;
 
-//av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d\n", sys, priv1, pspack,vid, audio);
+//av_log(NULL, AV_LOG_ERROR, "%d %d %d %d %d len:%d\n", sys, priv1, pspack,vid, audio, p->buf_size);
     if(sys && sys*9 <= pspack*10)
         return AVPROBE_SCORE_MAX/2+2; // +1 for .mpg
     if((priv1 || vid || audio) && (priv1+vid+audio)*9 <= pspack*10)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list