Suspend scale / crop / window / subtitle overlay until we decide that a frame is...
[dcpomatic.git] / src / lib / content_factory.h
index d2f75051a2bd0ef2ff47a32c959adc500da93695..071d925e034bbc19309671ede4c07dcd8014dcf0 100644 (file)
@@ -19,5 +19,5 @@
 
 class Film;
 
-extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr);
+extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr, int);
 extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);