Remove assertion checking that rotations are a multiple of 90.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index 3b907ea54d650a6e613cf7ff663b7dc3a985c96d..c57845779d9e301c3e40f170f16e32e1188a549f 100644 (file)
@@ -177,8 +177,6 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c, shared_ptr<Jo
                }
 
                _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);