Remove assertion checking that rotations are a multiple of 90.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Nov 2020 22:35:32 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Nov 2020 22:35:32 +0000 (23:35 +0100)
commit875251712974e7426bdc3ac5013a857b67eede8b
treec76ad42b2e1ca7f6bfc8f5de5e10a8334e7a9a81
parentb83e61259c0244d5618c5ed9dcc8602205580886
Remove assertion checking that rotations are a multiple of 90.

This is checked later, anyway (without asserting) and we have seen
files in the wild with other rotations (e.g. -135.62) which do not
appear to need rotation to be applied.

Fixes #1871.

Backported-from-commit: f235ed07f969e1b8b9d3d05082dcdd68ceae771e
Backported-from-branch: master
src/lib/ffmpeg_examiner.cc