]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.cpp
Add reverse clip to clip actions: http://kdenlive.org/mantis/view.php?id=2933
[kdenlive] / src / dvdwizardmenu.cpp
index abfc780a24c9b25e00aeda287b6cbea318cee620..c0e86f852d76bddb2cd532643c09879943d4dcba 100644 (file)
@@ -458,7 +458,7 @@ void DvdWizardMenu::buildImage()
        QString profileName = DvdWizardVob::getDvdProfile(m_format);
        Mlt::Profile profile(profileName.toUtf8().constData());
        profile.set_explicit(true);
-       Mlt::Producer *producer = new Mlt::Producer(profile, m_view.background_image->url().path().toUtf8().data());
+       Mlt::Producer *producer = new Mlt::Producer(profile, m_view.background_image->url().path().toUtf8().constData());
        if (producer && producer->is_valid()) {
            pix = QPixmap::fromImage(KThumb::getFrame(producer, 0, m_finalSize.width(), m_width, m_height));
            m_movieLength = producer->get_length();