X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;h=f978eb52bc00e63b55f3ab34034f57ea2893cdb8;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=793460f9b11b7dfc777e502914ee5f976c64f2cf;hpb=3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4;p=dcpomatic.git diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 793460f9b..f978eb52b 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -57,6 +57,8 @@ public: VideoRange range () const; + PixelQuanta pixel_quanta () const; + AVColorRange color_range () const { return video_codec_context()->color_range; }