]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.cpp
Fix a couple of compile warnings because of unused and uninitialized variables.
[kdenlive] / src / stopmotion / stopmotion.cpp
index 1055d0c2d219815be59c517f1b905e9cb7f456e8..a018fe76b9451eb03052f6613baa87ac21474582 100644 (file)
@@ -885,6 +885,7 @@ void StopmotionWidget::slotSwitchMirror(bool isOn)
 
 const QString StopmotionWidget::createProducer(MltVideoProfile profile, const QString service, const QString resource)
 {
+    Q_UNUSED(profile)
 
     QString playlist = "<mlt title=\"capture\"><producer id=\"producer0\" in=\"0\" out=\"99999\"><property name=\"mlt_type\">producer</property><property name=\"length\">100000</property><property name=\"eof\">pause</property><property name=\"resource\">" + resource + "</property><property name=\"mlt_service\">" + service + "</property></producer>";