Obey requests to change the video range of RGB content.
[dcpomatic.git] / src / lib / image.h
index ab9b3c78a40f4436527f077b2facd3cb98d883d7..c648fda1b8f0598bb6d4a0738c1292b72f10e41a 100644 (file)
@@ -74,6 +74,7 @@ public:
        void alpha_blend (boost::shared_ptr<const Image> image, Position<int> pos);
        void copy (boost::shared_ptr<const Image> image, Position<int> pos);
        void fade (float);
+       void video_range_to_full_range ();
 
        void read_from_socket (boost::shared_ptr<Socket>);
        void write_to_socket (boost::shared_ptr<Socket>) const;