Extract part of the content change job to Content.
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index c66774876708c4c19286305a796db69787ddab08..3719d3efcf09f5d7a4326a5e07973c5f7adb340a 100644 (file)
@@ -40,7 +40,10 @@ public:
        boost::optional<double> sample_aspect_ratio () const;
        bool yuv () const;
        VideoRange range () const {
-               return VIDEO_RANGE_FULL;
+               return VideoRange::FULL;
+       }
+       PixelQuanta pixel_quanta () const {
+               return {};
        }
 
 private: