Make sure at least one position change event is emitted after
[dcpomatic.git] / src / lib / content.h
index 96359fadb5fa256d67a1ce51f948ad00cf633269..4c1d55765b6d07484e57455926ab6885b661580c 100644 (file)
@@ -135,7 +135,7 @@ public:
                return _digest;
        }
 
-       void set_position (boost::shared_ptr<const Film> film, DCPTime);
+       void set_position (boost::shared_ptr<const Film> film, DCPTime, bool force_emit = false);
 
        /** DCPTime that this content starts; i.e. the time that the first
         *  bit of the content (trimmed or not) will happen.