diff --git a/app/node/project/footage/footage.cpp b/app/node/project/footage/footage.cpp index 592d288ed..c6a2699de 100644 --- a/app/node/project/footage/footage.cpp +++ b/app/node/project/footage/footage.cpp @@ -43,14 +43,14 @@ Footage::Footage(const QString &filename) : ViewerOutput(false), cancelled_(nullptr) { + SetCacheTextures(true); + SetViewerCacheEnabled(false); + PrependInput(kFilenameInput, NodeValue::kFile, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable)); Clear(); set_filename(filename); - - SetCacheTextures(true); - SetViewerCacheEnabled(false); } void Footage::Retranslate()