Supporters update.
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index f5c9bf1fd8ac8c2b83625118d140d1227aa12d12..e4cd98f0730681c7df7a60065e3985d4af80eea8 100644 (file)
@@ -35,7 +35,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;
        boost::optional<double> sample_aspect_ratio () const override;
        bool yuv () const override;