diff options
Diffstat (limited to 'src/lib/image_examiner.h')
| -rw-r--r-- | src/lib/image_examiner.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<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 { |
