Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work...
[dcpomatic.git] / src / lib / dcp_examiner.h
index 199ac39851e4229e57949b33e7cd62043e22f771..da90924119cd75cf6a2a69fcf9af3ddef79b719c 100644 (file)
@@ -55,6 +55,10 @@ public:
                return false;
        }
 
+       VideoRange range () const {
+               return VIDEO_RANGE_FULL;
+       }
+
        std::string name () const {
                return _name;
        }