X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;fp=src%2Flib%2Fffmpeg_examiner.h;h=f978eb52bc00e63b55f3ab34034f57ea2893cdb8;hb=c2a17a87868eba87072fc369102b2b3cd8905e5a;hp=793460f9b11b7dfc777e502914ee5f976c64f2cf;hpb=aee64f1b2c9252f8315eaead7d43e1ec58a39ee2;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; }