Commit 58c6926b authored by michael's avatar michael

Add out commented av_log to debug h263_probe.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20764 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8f11ea49
......@@ -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)
......
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