X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardchapters.cpp;h=6105560832ba0ce92ed7ed857b71774e0301b91e;hb=e38a9c69552502be9d432d4e0699bff9a1557c68;hp=2b4aa3bc76f0103098343ce981a54e59cd88d50f;hpb=a28dc9532fb0fe6f9dd07cfdb1029ce17bd98e4b;p=kdenlive diff --git a/src/dvdwizardchapters.cpp b/src/dvdwizardchapters.cpp index 2b4aa3bc..61055608 100644 --- a/src/dvdwizardchapters.cpp +++ b/src/dvdwizardchapters.cpp @@ -38,7 +38,7 @@ DvdWizardChapters::DvdWizardChapters(bool isPal, QWidget *parent) : // Build monitor for chapters if (m_isPal) m_tc.setFormat(25); - else m_tc.setFormat(30000.0 / 1001, true); + else m_tc.setFormat(30000.0 / 1001); m_manager = new MonitorManager(this); m_manager->resetProfiles(m_tc); @@ -142,7 +142,7 @@ void DvdWizardChapters::setVobFiles(bool isPal, bool isWide, const QStringList m m_tc.setFormat(25); profile = "dv_pal"; } else { - m_tc.setFormat(30000.0 / 1001, true); + m_tc.setFormat(30000.0 / 1001); profile = "dv_ntsc"; } if (isWide) profile.append("_wide");