Fix the build for older macOS.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 793460f9b11b7dfc777e502914ee5f976c64f2cf..f978eb52bc00e63b55f3ab34034f57ea2893cdb8 100644 (file)
@@ -57,6 +57,8 @@ public:
 
        VideoRange range () const;
 
+       PixelQuanta pixel_quanta () const;
+
        AVColorRange color_range () const {
                return video_codec_context()->color_range;
        }