Fix incorrect container size when loading a VF/OV combination into the player.
[dcpomatic.git] / src / lib / image_examiner.h
index 281b002f33572c1708dfef7f42297d8b14c9a31e..2e743a82e4b318b3450a0c5546d29fc97d70d3a8 100644 (file)
@@ -27,6 +27,9 @@ class ImageExaminer : public VideoExaminer
 public:
        ImageExaminer (boost::shared_ptr<const Film>, boost::shared_ptr<const ImageContent>, boost::shared_ptr<Job>);
 
+       bool has_video () const {
+               return true;
+       }
        boost::optional<double> video_frame_rate () const;
        dcp::Size video_size () const;
        Frame video_length () const {