Remove our forcing of analyzeduration and probesize as they seem to v2.14.20
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 22:56:49 +0000 (22:56 +0000)
commit715d87a4cf9e4697a2f67881776c19c4ce8af581
tree0fe261b4b1f1a2daf94a6836959cd969895fec6a
parent1229de2042c785a9e851e5fc53922a75bfbf195d
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