X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_examiner.h;h=9ffb8421b0ec91c826701b37751d685413c8740b;hb=5a649b6d803697388925d7cd64ec5f0da345f865;hp=1c0dad3dc6fc15eb324f61c61b3324e4fcec0893;hpb=257fce15e8b4dfa112d039e7888e3ec04e523198;p=dcpomatic.git diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 1c0dad3dc..9ffb8421b 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -53,6 +53,8 @@ public: return _first_video; } + VideoRange range () const; + AVColorRange color_range () const { return video_codec_context()->color_range; }