Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work...
[dcpomatic.git] / src / lib / video_examiner.h
index dd5d08c9e75341773265f7fa94d3bc1af5a9355c..4e5c6dc0a322c3fd57c024aa6611775178a68226 100644 (file)
@@ -48,4 +48,5 @@ public:
        }
        /** @return true if this video is in YUV; must not be called if has_video() == false */
        virtual bool yuv () const = 0;
+       virtual VideoRange range () const = 0;
 };