X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.h;h=da90924119cd75cf6a2a69fcf9af3ddef79b719c;hb=bd83f1b0e1d8e7aae0af51376dbbb88d5e3f69d0;hp=199ac39851e4229e57949b33e7cd62043e22f771;hpb=2e9744b7c79a0e56193b48bd0760a7b989f06079;p=dcpomatic.git diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 199ac3985..da9092411 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -55,6 +55,10 @@ public: return false; } + VideoRange range () const { + return VIDEO_RANGE_FULL; + } + std::string name () const { return _name; }