Make DCPExaminer::size() optional and deal with the consequences.
[dcpomatic.git] / src / lib / image_examiner.h
index 53fab327e495dac5a34ef37040cabf0603773a71..54fca7ed1c2e6ce10efe02d04877bec6e0424f4e 100644 (file)
@@ -31,7 +31,7 @@ public:
                return true;
        }
        boost::optional<double> video_frame_rate () const override;
-       dcp::Size video_size () const override;
+       boost::optional<dcp::Size> video_size() const override;
        Frame video_length () const override {
                return _video_length;
        }