Back-end for very basic and hacky VF support for a DCP imported as content.
[dcpomatic.git] / src / lib / content.cc
index 8b611f6b63c0385794979b1d740a8c773d9d00f4..aa596f75a3f931ed0fc83b52914b737e6db600d4 100644 (file)
@@ -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