Commit 0f27bd80 authored by michael's avatar michael

//more debug info


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ee239e3
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment