Make sure we use limited ("video") range data when exporting.
[dcpomatic.git] / src / lib / butler.h
index e13843c90e9c14833704cde408e65de072e8e5c9..6b933be4b85a4e98814297e4d4cf6bcdbd9ec14a 100644 (file)
@@ -41,6 +41,7 @@ public:
                AudioMapping map,
                int audio_channels,
                boost::function<AVPixelFormat (AVPixelFormat)> pixel_format,
+               VideoRange video_range,
                bool aligned,
                bool fast
                );
@@ -115,6 +116,7 @@ private:
        bool _disable_audio;
 
        boost::function<AVPixelFormat (AVPixelFormat)> _pixel_format;
+       VideoRange _video_range;
        bool _aligned;
        bool _fast;