X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent.cc;h=aa596f75a3f931ed0fc83b52914b737e6db600d4;hb=2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84;hp=f0d35186abde70627236c808658a4126f70aa1b0;hpb=ecedb8cd842bf09a4e44f5cc66e227f9e8711cc5;p=dcpomatic.git diff --git a/src/lib/content.cc b/src/lib/content.cc index f0d35186a..aa596f75a 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -28,10 +28,12 @@ #include "film.h" #include "safe_stringstream.h" #include "job.h" +#include "compose.hpp" #include "raw_convert.h" #include #include #include +#include #include "i18n.h" @@ -226,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