]> git.sesse.net Git - vlc/commitdiff
s/41000/44100 in sout panel
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Feb 2009 11:44:17 +0000 (12:44 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 4 Feb 2009 11:44:17 +0000 (12:44 +0100)
modules/gui/qt4/components/sout/profile_selector.cpp

index 8baa3d778f4265427689deb39b8bce9815b14241..9dd0f7b855ba1eb9b5411673b13fc2abe7af3fb3 100644 (file)
@@ -244,7 +244,7 @@ inline void VLCProfileEditor::registerCodecs()
 #define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample );
     ADD_SAMPLERATE( "11250" )
     ADD_SAMPLERATE( "22500" )
-    ADD_SAMPLERATE( "41000" )
+    ADD_SAMPLERATE( "44100" )
     ADD_SAMPLERATE( "48000" )
 
 #define ADD_SCODEC( name, fourcc ) ui.subsCodecBox->addItem( name, QVariant( fourcc ) );