Commit 335457ee authored by David Fuhrmann's avatar David Fuhrmann

Use correct range type for "volume-step" (fixes #8602)

parent 50f7a078
......@@ -1462,7 +1462,7 @@ vlc_module_begin ()
add_obsolete_integer( "volume" ) /* since 2.1.0 */
add_float( "volume-step", AOUT_VOLUME_STEP, VOLUME_STEP_TEXT,
VOLUME_STEP_LONGTEXT, true )
change_integer_range( 1, AOUT_VOLUME_DEFAULT )
change_float_range( 1., AOUT_VOLUME_DEFAULT )
add_bool( "volume-save", true, VOLUME_SAVE_TEXT, VOLUME_SAVE_TEXT, true )
add_obsolete_integer( "aout-rate" ) /* since 2.0.0 */
add_obsolete_bool( "hq-resampling" ) /* since 1.1.8 */
......
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