More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index 3a0189a2fc3bc2a190e74efee52afd35bd6e5f45..205daa361c3652a41762183f9bf6e83afd768674 100644 (file)
@@ -31,6 +31,9 @@ class VideoMXFExaminer : public VideoExaminer
 public:
        explicit VideoMXFExaminer (boost::shared_ptr<const VideoMXFContent>);
 
+       bool has_video () const {
+               return true;
+       }
        boost::optional<double> video_frame_rate () const;
        dcp::Size video_size () const;
        Frame video_length () const;