X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_examiner.h;h=0dcdebad0520986bce14a84363c82037149fb49d;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=cad8683a19b3e23148668f1a97b6eb5bf82ccaf6;hpb=1d2a51bdc8315fa7283be329669860e435a1513f;p=dcpomatic.git diff --git a/src/lib/image_examiner.h b/src/lib/image_examiner.h index cad8683a1..0dcdebad0 100644 --- a/src/lib/image_examiner.h +++ b/src/lib/image_examiner.h @@ -39,6 +39,10 @@ public: VideoRange range () const { return VideoRange::FULL; } + PixelQuanta pixel_quanta () const { + /* See ::yuv - we're assuming the image is not YUV and so not subsampled */ + return {}; + } private: std::weak_ptr _film;