Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work...
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index 205daa361c3652a41762183f9bf6e83afd768674..ec2933c2742a6801a38a7af8cf010b5b47d89f10 100644 (file)
@@ -39,6 +39,9 @@ public:
        Frame video_length () const;
        boost::optional<double> sample_aspect_ratio () const;
        bool yuv () const;
+       VideoRange range () const {
+               return VIDEO_RANGE_FULL;
+       }
 
 private:
        boost::shared_ptr<dcp::PictureAsset> _asset;