Try to actually use colour conversion; bump libdcp in cscript.
[dcpomatic.git] / src / lib / encoder.h
index c0ea30fcbb0a051582b24ddceb564d9ceeb873f4..44134e568bf819fabeeb3b3f09a3d72f57eb7e17 100644 (file)
@@ -66,7 +66,7 @@ public:
         *  @param i Video frame image.
         *  @param same true if i is the same as the last time we were called.
         */
-       void process_video (boost::shared_ptr<const Image> i, Eyes eyes, bool same);
+       void process_video (boost::shared_ptr<const Image> i, Eyes eyes, ColourConversion, bool same);
 
        /** Call with some audio data */
        void process_audio (boost::shared_ptr<const AudioBuffers>);