Rearrange checking (and re-examining) content.
[dcpomatic.git] / src / lib / image_examiner.h
index cad8683a19b3e23148668f1a97b6eb5bf82ccaf6..0dcdebad0520986bce14a84363c82037149fb49d 100644 (file)
@@ -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<const Film> _film;