Make DCPExaminer::size() optional and deal with the consequences.
[dcpomatic.git] / src / lib / video_mxf_examiner.cc
index 8c7029ea817f3ff255efcd7c6ae621db4d991d14..7a05f33691a756499f93b7f07ca06ee0696c22b9 100644 (file)
@@ -48,7 +48,7 @@ VideoMXFExaminer::video_frame_rate () const
        return _asset->frame_rate().as_float ();
 }
 
-dcp::Size
+optional<dcp::Size>
 VideoMXFExaminer::video_size () const
 {
        return _asset->size ();