Add bits per pixel to video content properties.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 05f6cebb6ff2f168f5cbfb30e6e7fee242f02974..b2a492e683e323bb671d3d894faaa913738f2f46 100644 (file)
@@ -122,6 +122,7 @@ private:
        AVColorPrimaries _color_primaries;
        AVColorTransferCharacteristic _color_trc;
        AVColorSpace _colorspace;
+       int _bits_per_pixel;
 };
 
 #endif