[vlmc-devel] commit: Wizard: Default audio profile set to stereo ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Thu Apr 15 00:11:04 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Apr 15 00:10:35 2010 +0200| [431a24d0227a5b1afa237a1cd7865ad619037b8c] | committer: Hugo Beauzée-Luyssen
Wizard: Default audio profile set to stereo
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=431a24d0227a5b1afa237a1cd7865ad619037b8c
---
src/Gui/wizard/VideoPage.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Gui/wizard/VideoPage.cpp b/src/Gui/wizard/VideoPage.cpp
index 52e87b4..c20ad07 100644
--- a/src/Gui/wizard/VideoPage.cpp
+++ b/src/Gui/wizard/VideoPage.cpp
@@ -67,7 +67,7 @@ void VideoPage::initializePage()
int sampleRate = 44000;
ui.comboBoxVideoPresets->setCurrentIndex( 0 );
- ui.comboBoxAudioPresets->setCurrentIndex( 0 );
+ ui.comboBoxAudioPresets->setCurrentIndex( 1 );
ui.spinBoxVideoWidth->setValue( projectWidth );
ui.spinBoxVideoHeight->setValue( projectHeight );
ui.doubleSpinBoxVideoFPS->setValue( projectFps );
More information about the Vlmc-devel
mailing list