]> git.sesse.net Git - kdenlive/blobdiff - src/profilesdialog.h
Ask to change profile if first clip does not match project profile:
[kdenlive] / src / profilesdialog.h
index 1bac83d3a6cd3de178dbc005f65b5968824469cd..92a7fc4e8965db7f0a90ec4f3e9179d519b1814e 100644 (file)
@@ -41,6 +41,7 @@ public:
     static void saveProfile(MltVideoProfile &profile);
     static QString existingProfile(MltVideoProfile profile);
     static bool existingProfileDescription(const QString &desc);
+    static QString getPathFromProperties(int width, int height, double fps, double par = 0, double dar = 0);
     static double getStringEval(const MltVideoProfile &profile, QString eval);
 
 protected: