[vlc-devel] commit: s/41000/44100 in sout panel (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Feb 4 12:44:39 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 4 12:44:17 2009 +0100| [06dea9e8c9c6df2278c7fe2a9363e68c896fa41b] | committer: Jean-Baptiste Kempf
s/41000/44100 in sout panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06dea9e8c9c6df2278c7fe2a9363e68c896fa41b
---
.../gui/qt4/components/sout/profile_selector.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index 8baa3d7..9dd0f7b 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -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 ) );
More information about the vlc-devel
mailing list