Commit 06dea9e8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

s/41000/44100 in sout panel

parent 4eb5aa9f
...@@ -244,7 +244,7 @@ inline void VLCProfileEditor::registerCodecs() ...@@ -244,7 +244,7 @@ inline void VLCProfileEditor::registerCodecs()
#define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample ); #define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample );
ADD_SAMPLERATE( "11250" ) ADD_SAMPLERATE( "11250" )
ADD_SAMPLERATE( "22500" ) ADD_SAMPLERATE( "22500" )
ADD_SAMPLERATE( "41000" ) ADD_SAMPLERATE( "44100" )
ADD_SAMPLERATE( "48000" ) ADD_SAMPLERATE( "48000" )
#define ADD_SCODEC( name, fourcc ) ui.subsCodecBox->addItem( name, QVariant( fourcc ) ); #define ADD_SCODEC( name, fourcc ) ui.subsCodecBox->addItem( name, QVariant( fourcc ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment