Speculative support for some new YVU444 pixel formats.
[dcpomatic.git] / src / lib / image.h
index f40ea92809a476babadefbbef113a86504c26828..6b9ade99eefccb8b3d92e7c023300c14f9ac9601 100644 (file)
@@ -92,7 +92,10 @@ protected:
        virtual void swap (Image &);
        float bytes_per_pixel (int) const;
 
-private:       
+private:
+       void yuv_16_black (uint16_t);
+       static uint16_t swap_16 (uint16_t);
+       
        AVPixelFormat _pixel_format; ///< FFmpeg's way of describing the pixel format of this Image
 };