Rename Content::full_length -> Content::full_length_dcp
[dcpomatic.git] / src / lib / image_content.cc
index 517d6792f89715d16f83edcaa60779f40a7e99ee..23493057658f20e476b8a7e6b0b89399fda9681c 100644 (file)
@@ -133,7 +133,7 @@ ImageContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
 }
 
 DCPTime
-ImageContent::full_length (shared_ptr<const Film> film) const
+ImageContent::full_length_dcp (shared_ptr<const Film> film) const
 {
        FrameRateChange const frc (film, shared_from_this());
        return DCPTime::from_frames (llrint(video->length_after_3d_combine() * frc.factor()), film->video_frame_rate());