Browse Source

Add out commented av_log to debug h263_probe.

Originally committed as revision 20764 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 15 years ago
parent
commit
f76eef99a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/raw.c

+ 1
- 0
libavformat/raw.c View File

@@ -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)


Loading…
Cancel
Save