[vlc-devel] commit: Correct samplerates... (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Sep 7 18:07:02 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep  7 18:00:22 2009 +0200| [2dbcfcebc6f4c8fc2474878d9c24e314c0639c3d] | committer: Jean-Baptiste Kempf 

Correct samplerates...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2dbcfcebc6f4c8fc2474878d9c24e314c0639c3d
---

 .../gui/qt4/components/sout/profile_selector.cpp   |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index fa38305..b97c956 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -300,8 +300,9 @@ inline void VLCProfileEditor::registerCodecs()
 #undef ADD_SCALING
 
 #define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample );
-    ADD_SAMPLERATE( "11250" )
-    ADD_SAMPLERATE( "22500" )
+    ADD_SAMPLERATE( "8000" )
+    ADD_SAMPLERATE( "11025" )
+    ADD_SAMPLERATE( "22050" )
     ADD_SAMPLERATE( "44100" )
     ADD_SAMPLERATE( "48000" )
 #undef ADD_SAMPLERATE




More information about the vlc-devel mailing list