]> git.sesse.net Git - kdenlive/blobdiff - src/profilesdialog.h
Fix crop effect max value so that the slider has a useful range:
[kdenlive] / src / profilesdialog.h
index c83cb4638b45619f313bb02df8c6c0960197368c..d9f1c0d77898b3bca8ac34999ae791a84c5a6a83 100644 (file)
@@ -67,7 +67,7 @@ public:
      *  @param profile The profile that gives width & height
      *  @param eval The string to be evaluated, for example: "%width / 2"
      *  @return the evaluated value */
-    static double getStringEval(const MltVideoProfile &profile, QString eval);
+    static double getStringEval(const MltVideoProfile &profile, QString eval, QPoint frameSize = QPoint());
 
     /** @brief Get the descriptive text for given colorspace code (defined by MLT)
      *  @param colorspace An int as defined in mlt_profile.h