[Kde-imaging] extragear/libs/kipi-plugins/mpegencoder
Angelo Naselli
anaselli at linux.it
Sat Nov 25 21:58:43 CET 2006
SVN commit 607806 by anaselli:
kimg2mpg now calls by default images2mpg with "-S 420mpeg2" passed to
ppmtoy4m. The old one, named "Default" in the configuration dialog, is left to
get back-compatibility since some old versions of ppmtoy4m used
"-S 420_mpeg2".
Note that if you upgrade kipi-plugins, you should remember that the default behavior is already set into your kipirc.
CCMAIL: <kde-imaging at kde.org>
M +1 -1 kimg2mpg.cpp
--- trunk/extragear/libs/kipi-plugins/mpegencoder/kimg2mpg.cpp #607805:607806
@@ -1283,7 +1283,7 @@
if ( (QString) m_VideoTypeComboBox->text(i) == m_VideoTypeConfig)
m_VideoTypeComboBox->setCurrentItem(i);
- m_ChromaConfig = m_config->readEntry("ChromaMode", "Default");
+ m_ChromaConfig = m_config->readEntry("ChromaMode", "420mpeg2");
for (int i = 0 ; i < m_ChromaComboBox->count() ; ++i)
if ( (QString) m_ChromaComboBox->text(i) == m_ChromaConfig)
More information about the Kde-imaging
mailing list