Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / image_examiner.h
index 2e743a82e4b318b3450a0c5546d29fc97d70d3a8..ca8ecf9c8c7a013dfbd91557c5357faa68997175 100644 (file)
@@ -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;