Support for keeping video in sequence when changing lengths; tie selection in timelin...
[dcpomatic.git] / src / lib / content.cc
index aaf2e4f9c3341424581582eaad4921a8a4e06a8e..6a33e9f7e27ce8961ce6439d648138cf891af7ce 100644 (file)
@@ -28,6 +28,7 @@ using boost::shared_ptr;
 using boost::lexical_cast;
 
 int const ContentProperty::START = 400;
+int const ContentProperty::LENGTH = 401;
 
 Content::Content (shared_ptr<const Film> f, Time s)
        : _film (f)