diff options
| -rw-r--r-- | src/lib/ffmpeg_examiner.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc index 5683555e4..8a26f5626 100644 --- a/src/lib/ffmpeg_examiner.cc +++ b/src/lib/ffmpeg_examiner.cc @@ -184,8 +184,6 @@ DCPOMATIC_ENABLE_WARNINGS } _rotation = *_rotation - 360 * floor (*_rotation / 360 + 0.9 / 360); - - DCPOMATIC_ASSERT (fabs (*_rotation - 90 * round (*_rotation / 90)) < 2); } LOG_GENERAL("Temporal reference was %1", temporal_reference); |
