Cleanup: tidying.
[dcpomatic.git] / src / lib / video_examiner.h
index c56530448fce67e44b5e98d728e43e254dbdf5f8..86dd9345a5e75b7e5dd0f511fdcaeeb7f0fd62be 100644 (file)
@@ -48,7 +48,7 @@ public:
        virtual Frame video_length () const = 0;
        /** @return video sample aspect ratio (if known); must not be called if has_video() == false */
        virtual boost::optional<double> sample_aspect_ratio () const {
-               return boost::optional<double> ();
+               return {};
        }
        /** @return true if this video is in YUV; must not be called if has_video() == false */
        virtual bool yuv () const = 0;