]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Fix rendering when timeline contained proxy clips
[kdenlive] / src / mainwindow.cpp
index d5781c4a27e0691b7513d6997483498ed99e4d43..829d1169c39c49324b519a953900de918e43df77 100644 (file)
@@ -3967,6 +3967,7 @@ void MainWindow::slotPrepareRendering(bool scriptExport, bool zoneOnly, const QS
                     // We need to delete the "aspect_ratio" property because proxy clips
                     // sometimes have different ratio than original clips
                     EffectsList::removeProperty(e, "aspect_ratio");
+                    EffectsList::removeMetaProperties(e);
                 }
             }
         }