X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_examiner.h;h=f8d247d1542a41a9c229681bda6d2247457dd008;hp=2dcacfc349fbeaa11b46219bf80867a6f682729e;hb=387304bc9147933b68eda2b38ba8cac0d250e87e;hpb=fd2b1840496fa121727b7e835843c8beeaebd5eb diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h index 2dcacfc34..f8d247d15 100644 --- a/src/lib/video_examiner.h +++ b/src/lib/video_examiner.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ public: virtual ~VideoExaminer () {} virtual boost::optional video_frame_rate () const = 0; virtual dcp::Size video_size () const = 0; - virtual ContentTime video_length () const = 0; + virtual Frame video_length () const = 0; virtual boost::optional sample_aspect_ratio () const { return boost::optional (); }