Only try to probe the codec when the available data has roughly doubled
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 19:57:30 +0000 (19:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 19:57:30 +0000 (19:57 +0000)
commit942de2f4faf17f5b49d8c91af2234c365244d99c
tree649bedc3d843c936f5fbcbb204c0fffeed68e21f
parent312d24d5e9b94a8c4363d3830ab328022064f19d
Only try to probe the codec when the available data has roughly doubled
relative to the last attempt.

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