From dd59755d86cdb1892bb0ba4d69af520cee4aa964 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Sep 2015 00:52:50 +0100 Subject: Back-end for very basic and hacky VF support for a DCP imported as content. --- src/lib/content.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/content.cc') diff --git a/src/lib/content.cc b/src/lib/content.cc index 8b611f6b6..aa596f75a 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -228,8 +228,8 @@ Content::length_after_trim () const return max (DCPTime (), full_length() - DCPTime (trim_start() + trim_end(), film->active_frame_rate_change (position ()))); } -/** @return string which includes everything about how this content affects - * its playlist. +/** @return string which changes when something about this content changes which affects + * the appearance of its video. */ string Content::identifier () const -- cgit v1.2.3