Remove assertion checking that rotations are a multiple of 90. v2.14.42
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Nov 2020 22:33:31 +0000 (23:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Nov 2020 22:33:31 +0000 (23:33 +0100)
commitf235ed07f969e1b8b9d3d05082dcdd68ceae771e
tree962b9c44a1f236934069df17bc315bfce7294010
parentedbd3d482734fcd12985252932918776f9ee0bad
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.
src/lib/ffmpeg_examiner.cc