summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_mxf_examiner.h')
-rw-r--r--src/lib/video_mxf_examiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_examiner.h b/src/lib/video_mxf_examiner.h
index c66774876..37badafba 100644
--- a/src/lib/video_mxf_examiner.h
+++ b/src/lib/video_mxf_examiner.h
@@ -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: