Note that newer libsub version is required.
[dcpomatic.git] / src / lib / dcp_examiner.h
index 444fb7567f6947098645591802da349f54aaacac..04fa31ea4281c611e16ed237616aff749d76e328 100644 (file)
@@ -48,10 +48,8 @@ public:
                return _video_frame_rate;
        }
 
-       dcp::Size video_size () const override {
-               DCPOMATIC_ASSERT (_has_video);
-               DCPOMATIC_ASSERT (_video_size);
-               return *_video_size;
+       boost::optional<dcp::Size> video_size() const override {
+               return _video_size;
        }
 
        Frame video_length () const override {