Use enum class for VideoRange.
[dcpomatic.git] / src / lib / video_mxf_examiner.h
index c66774876708c4c19286305a796db69787ddab08..37badafba4adc15f2a96b60986806d9255e993bd 100644 (file)
@@ -40,7 +40,7 @@ public:
        boost::optional<double> sample_aspect_ratio () const;
        bool yuv () const;
        VideoRange range () const {
-               return VIDEO_RANGE_FULL;
+               return VideoRange::FULL;
        }
 
 private: