From f235ed07f969e1b8b9d3d05082dcdd68ceae771e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Nov 2020 23:33:31 +0100 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc index 3b907ea54..c57845779 100644 --- a/src/lib/ffmpeg_examiner.cc +++ b/src/lib/ffmpeg_examiner.cc @@ -177,8 +177,6 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr c, shared_ptr