Remove our forcing of analyzeduration and probesize as they seem to
authorCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2019 22:56:49 +0000 (22:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Dec 2019 23:26:36 +0000 (00:26 +0100)
commit3e56ff52385513e78fbe3b03e9787a6606b762d9
tree87bf141309fcac290aab797216cf4e5beeea128f
parente0b2ef3dbac6fc4900cad6fea4395c212578602b
Remove our forcing of analyzeduration and probesize as they seem to
cause weird problems when scanning some files.  The unit test case
added here is a case in point: before this patch one
stream reported an incorrect channel count and sample rate.

It's a bit worrying as these parameters have been in DoM for many years,
but perhaps they have become unnecessary / harmful with changes to FFmpeg.
src/lib/ffmpeg.cc
test/ffmpeg_examiner_test.cc