X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardchapters.cpp;h=f35ffe7f0080775d584fa00d85c38c03e4f457c1;hb=4f2ff860ac2157cbc10dec34eafac61a41ffc0ce;hp=4460ab818661f2760e564762f92df777cbb807e9;hpb=c3259e44d9526e707ed70a0d62f6e3eb2496a123;p=kdenlive diff --git a/src/dvdwizardchapters.cpp b/src/dvdwizardchapters.cpp index 4460ab81..f35ffe7f 100644 --- a/src/dvdwizardchapters.cpp +++ b/src/dvdwizardchapters.cpp @@ -37,7 +37,7 @@ DvdWizardChapters::DvdWizardChapters(bool isPal, QWidget *parent) : // Build monitor for chapters if (m_isPal) m_tc.setFormat(25); - else m_tc.setFormat(30, true); + else m_tc.setFormat(30000.0/1001, true); m_manager = new MonitorManager(this); m_manager->resetProfiles(m_tc); @@ -136,7 +136,7 @@ void DvdWizardChapters::setVobFiles(bool isPal, const QStringList movies, const { m_isPal = isPal; if (m_isPal) m_tc.setFormat(25); - else m_tc.setFormat(30, true); + else m_tc.setFormat(30000.0/1001, true); m_manager->resetProfiles(m_tc); m_monitor->resetProfile();