X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=98c0cdff1433d21e0ad0106c994bf06762f6ffd8;hb=f0e95aa5b7ada81a1c40f06facab2e94e45ab26c;hp=039c494b52fe98f630798729207b65b26b4d46f3;hpb=9b4910b82a520cf45a4aba6b2486c67524104a8b;p=dcpomatic.git diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 039c494b5..98c0cdff1 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 libdcp::Size video_size () const = 0; - virtual VideoContent::Frame video_length () const = 0; + virtual VideoFrame video_length () const = 0; };