X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_examiner.h;h=f5c9bf1fd8ac8c2b83625118d140d1227aa12d12;hb=d3ecb8495a42d039b07313e393734c49fdc6be66;hp=c1b2f37f53988b4b551ca1c742a94ebf8c3203ec;hpb=737adeeefb516b42716e399f1370cf56e5edbeb4;p=dcpomatic.git diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index c1b2f37f5..f5c9bf1fd 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -31,7 +31,7 @@ class VideoMXFExaminer : public VideoExaminer public: explicit VideoMXFExaminer (std::shared_ptr); - bool has_video () const { + bool has_video () const override { return true; } boost::optional video_frame_rate () const override;