require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 27 Mar 2007 19:28:40 +0000 (19:28 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 27 Mar 2007 19:28:40 +0000 (19:28 +0000)
commit7975048628e0e9900797283da1a5b6d98757d3e4
tree49d1ae0474ce191a2e577193cce050273f99a552
parent7ebf5927fd335b4f0178702cce38218e3289c615
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
to detect a container
fixes probing of mpeg_probe_fail.mpg

Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c