X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=d4897213beb69634d1b777b955e4d0b9efa9a44b;hb=1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33;hp=68469380ce4d5f261f81c85bc787b0b3fd06a358;hpb=6d8bcba724be622739a749064466901486304cee;p=dcpomatic.git diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 68469380c..d4897213b 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.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; };