]> git.sesse.net Git - kdenlive/blobdiff - src/profilesdialog.cpp
update copyright (we are in 2013) Add my name
[kdenlive] / src / profilesdialog.cpp
index 77b8ff84ff34799a28c078c5b6f355af88972ed5..8c5c668d344b5e8bb209126372793da5f01caeb2 100644 (file)
@@ -448,7 +448,7 @@ QMap< QString, QString > ProfilesDialog::getSettingsForProfile(const QString& pr
 }
 
 // static
-bool ProfilesDialog::matchProfile(int width, int height, double fps, double par, bool isImage, MltVideoProfile profile)
+bool ProfilesDialog::matchProfile(int width, int height, double fps, double par, bool isImage, const MltVideoProfile &profile)
 {
     int profileWidth;
     if (isImage) {