Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / lib / video_examiner.h
index 98c0cdff1433d21e0ad0106c994bf06762f6ffd8..6ee761384a9064159e7f423dc4640d511ab724e3 100644 (file)
@@ -26,6 +26,6 @@ class VideoExaminer
 public:
        virtual ~VideoExaminer () {}
        virtual float video_frame_rate () const = 0;
-       virtual libdcp::Size video_size () const = 0;
+       virtual dcp::Size video_size () const = 0;
        virtual VideoFrame video_length () const = 0;
 };