diff options
Diffstat (limited to 'src/lib/video_mxf_examiner.h')
| -rw-r--r-- | src/lib/video_mxf_examiner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h index 3a0189a2f..205daa361 100644 --- a/src/lib/video_mxf_examiner.h +++ b/src/lib/video_mxf_examiner.h @@ -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; |
