Port make_black fix for YUVA from master.
[dcpomatic.git] / src / lib / image.h
index 6af74a8c5ee16e641c817f27361b4757118e1295..e455f22c6333ccef2fa48353d5f1cafdcd192e3c 100644 (file)
@@ -78,7 +78,7 @@ private:
        void allocate ();
        void swap (Image &);
        float bytes_per_pixel (int) const;
-       void yuv_16_black (uint16_t);
+       void yuv_16_black (uint16_t, bool);
        static uint16_t swap_16 (uint16_t);
        
        AVPixelFormat _pixel_format; ///< FFmpeg's way of describing the pixel format of this Image