Don't throw an error when the Butler says it is finished (#2097).
[dcpomatic.git] / src / lib / image_examiner.h
index 839e390ed17dd01570bdf6ae318e2b75fda38415..0dcdebad0520986bce14a84363c82037149fb49d 100644 (file)
@@ -37,7 +37,11 @@ public:
        }
        bool yuv () const;
        VideoRange range () const {
-               return VIDEO_RANGE_FULL;
+               return VideoRange::FULL;
+       }
+       PixelQuanta pixel_quanta () const {
+               /* See ::yuv - we're assuming the image is not YUV and so not subsampled */
+               return {};
        }
 
 private: