X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_examiner.h;h=205daa361c3652a41762183f9bf6e83afd768674;hb=dd9f4f7e9511f8f830ec05d1b60c475c6b2d71e0;hp=43e82da4d2e12e33dcf097bc28837440cd9710d5;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index 43e82da4d..205daa361 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -29,8 +29,11 @@ namespace dcp { class VideoMXFExaminer : public VideoExaminer { public: - VideoMXFExaminer (boost::shared_ptr); + explicit VideoMXFExaminer (boost::shared_ptr); + bool has_video () const { + return true; + } boost::optional video_frame_rate () const; dcp::Size video_size () const; Frame video_length () const;