X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_examiner.h;h=e4cd98f0730681c7df7a60065e3985d4af80eea8;hb=67cc6717aeb5f3b96448b206d1b85d68cbb26767;hp=f5c9bf1fd8ac8c2b83625118d140d1227aa12d12;hpb=08643fcdd53ae7132026e38571f7609357daaade;p=dcpomatic.git diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index f5c9bf1fd..e4cd98f07 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -35,7 +35,7 @@ public: return true; } boost::optional video_frame_rate () const override; - dcp::Size video_size () const override; + boost::optional video_size() const override; Frame video_length () const override; boost::optional sample_aspect_ratio () const override; bool yuv () const override;