[FFmpeg-cvslog] r20764 - trunk/libavformat/raw.c
michael
subversion
Tue Dec 8 13:33:00 CET 2009
Author: michael
Date: Tue Dec 8 13:33:00 2009
New Revision: 20764
Log:
Add out commented av_log to debug h263_probe.
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c Tue Dec 8 13:24:41 2009 (r20763)
+++ trunk/libavformat/raw.c Tue Dec 8 13:33:00 2009 (r20764)
@@ -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)
More information about the ffmpeg-cvslog
mailing list