X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.h;h=2e743a82e4b318b3450a0c5546d29fc97d70d3a8;hp=281b002f33572c1708dfef7f42297d8b14c9a31e;hb=dd9f4f7e9511f8f830ec05d1b60c475c6b2d71e0;hpb=565490c24a46d0aa941f75cf2a03b195246008b4 diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h index 281b002f3..2e743a82e 100644 --- a/src/lib/image_examiner.h +++ b/src/lib/image_examiner.h @@ -27,6 +27,9 @@ class ImageExaminer : public VideoExaminer public: ImageExaminer (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); + bool has_video () const { + return true; + } boost::optional video_frame_rate () const; dcp::Size video_size () const; Frame video_length () const {