[vlmc-devel] ProjectWizard: Set the default value of comboBoxAudioBitrate at 256 Kbps
Yikai Lu
git at videolan.org
Tue Apr 12 14:10:25 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Apr 10 23:35:27 2016 +0900| [d74669d85fc8d881df162ff46e25430255a087e3] | committer: Hugo Beauzée-Luyssen
ProjectWizard: Set the default value of comboBoxAudioBitrate at 256 Kbps
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/d74669d85fc8d881df162ff46e25430255a087e3
---
src/Gui/wizard/VideoPage.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Gui/wizard/VideoPage.cpp b/src/Gui/wizard/VideoPage.cpp
index 53c2b05..6ad791b 100644
--- a/src/Gui/wizard/VideoPage.cpp
+++ b/src/Gui/wizard/VideoPage.cpp
@@ -80,6 +80,7 @@ VideoPage::initializePage()
ui.spinBoxVideoWidth->setValue( projectWidth );
ui.spinBoxVideoHeight->setValue( projectHeight );
ui.doubleSpinBoxVideoFPS->setValue( projectFps );
+ ui.comboBoxAudioBitrate->setCurrentIndex( ui.comboBoxAudioBitrate->findText( "256 Kbps" ) );
switch ( sampleRate )
{
More information about the Vlmc-devel
mailing list