X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=d4897213beb69634d1b777b955e4d0b9efa9a44b;hp=039c494b52fe98f630798729207b65b26b4d46f3;hb=854f2e5bbb7ffb9758b823af87034033033f3cb8;hpb=373f010a7f04add1f49169cbaa60cb7ae5f508d4 diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 039c494b5..d4897213b 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.h @@ -17,7 +17,7 @@ */ -#include +#include #include "types.h" #include "video_content.h" @@ -26,6 +26,6 @@ class VideoExaminer public: virtual ~VideoExaminer () {} virtual float video_frame_rate () const = 0; - virtual libdcp::Size video_size () const = 0; - virtual VideoContent::Frame video_length () const = 0; + virtual dcp::Size video_size () const = 0; + virtual ContentTime video_length () const = 0; };