Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / lib / ffmpeg_examiner.h
index 2dd8b2e34baabc95594f4b21c79b92fae7eb679f..40d7dbf1d8358ff2a8eabfe71a7b58187464de3b 100644 (file)
@@ -30,7 +30,7 @@ public:
        FFmpegExaminer (boost::shared_ptr<const FFmpegContent>);
        
        float video_frame_rate () const;
-       libdcp::Size video_size () const;
+       dcp::Size video_size () const;
        VideoFrame video_length () const;
 
        std::vector<boost::shared_ptr<FFmpegSubtitleStream> > subtitle_streams () const {