]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Fix several issues with project profile, including:
[kdenlive] / src / renderer.h
index d0a323db0c9106620af54702374c428a25da07b7..b892792330186a66778002fe8b53ee89d6c26f3f 100644 (file)
@@ -166,7 +166,11 @@ Q_OBJECT public:
 
     /** @brief Turns on or off on screen display. */
     void refreshDisplay();
-    int resetProfile(const QString profileName);
+    /** @brief Change the Mlt PROFILE
+     * @param profileName The MLT profile name
+     * @param dropSceneList If true, the current playlist will be deleted
+     * . */
+    int resetProfile(const QString profileName, bool dropSceneList = false);
     double fps() const;
 
     /** @brief Returns the width of a frame for this profile. */