X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=d4897213beb69634d1b777b955e4d0b9efa9a44b;hb=a79d78d8bb6d51f6662f1f63b9f8fd19e1a0c5f1;hp=6ee761384a9064159e7f423dc4640d511ab724e3;hpb=f58d9e44302151dea9f594acd9fc27a331fa77fb;p=dcpomatic.git diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 6ee761384..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" @@ -27,5 +27,5 @@ public: virtual ~VideoExaminer () {} virtual float video_frame_rate () const = 0; virtual dcp::Size video_size () const = 0; - virtual VideoFrame video_length () const = 0; + virtual ContentTime video_length () const = 0; };