]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.cpp
User can now enable / disable proxy for each clip
[kdenlive] / src / renderer.cpp
index 22873c4dcb1f7b740c9a9c843e18b233c9a99957..17ab206be0c49ad2e5917e959bc9a53a6e68fff0 100644 (file)
@@ -523,7 +523,7 @@ void Render::slotSplitView(bool doit)
 void Render::getFileProperties(const QDomElement xml, const QString &clipId, int imageHeight, bool replaceProducer)
 {
     QString path;
-    if (KdenliveSettings::enableproxy() && xml.hasAttribute("proxy")) path = xml.attribute("proxy");
+    if (xml.hasAttribute("proxy")) path = xml.attribute("proxy");
     else path = xml.attribute("resource");
     KUrl url = KUrl(path);
     Mlt::Producer *producer = NULL;