summaryrefslogtreecommitdiff
path: root/src/lib/image_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_examiner.h')
-rw-r--r--src/lib/image_examiner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h
index 2e743a82e..ca8ecf9c8 100644
--- a/src/lib/image_examiner.h
+++ b/src/lib/image_examiner.h
@@ -36,6 +36,9 @@ public:
return _video_length;
}
bool yuv () const;
+ VideoRange range () const {
+ return VIDEO_RANGE_FULL;
+ }
private:
boost::weak_ptr<const Film> _film;