Commit 2dbcfceb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Correct samplerates...

parent 96049041
...@@ -300,8 +300,9 @@ inline void VLCProfileEditor::registerCodecs() ...@@ -300,8 +300,9 @@ inline void VLCProfileEditor::registerCodecs()
#undef ADD_SCALING #undef ADD_SCALING
#define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample ); #define ADD_SAMPLERATE( sample ) ui.aSampleBox->addItem( sample );
ADD_SAMPLERATE( "11250" ) ADD_SAMPLERATE( "8000" )
ADD_SAMPLERATE( "22500" ) ADD_SAMPLERATE( "11025" )
ADD_SAMPLERATE( "22050" )
ADD_SAMPLERATE( "44100" ) ADD_SAMPLERATE( "44100" )
ADD_SAMPLERATE( "48000" ) ADD_SAMPLERATE( "48000" )
#undef ADD_SAMPLERATE #undef ADD_SAMPLERATE
......
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