Improve rejection of "crazy" frame rates (#2238).
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Apr 2022 21:06:19 +0000 (23:06 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Apr 2022 21:54:32 +0000 (23:54 +0200)
commitf09d57bb4db404b1cff9679eed76b36011d1941f
treef4ee30f64927d3d055dbd771bef5125e0b39b37e
parent86a5785b2cf84a4e22be53d7c42a4a5ae9619598
Improve rejection of "crazy" frame rates (#2238).

Firstly, look for other video streams even if one is not suitable.
Secondly, ignore very low frame rates as well as very high ones.
src/lib/ffmpeg.cc
test/ffmpeg_examiner_test.cc