]> git.sesse.net Git - vlc/commitdiff
Finer volume-step for scrolling
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Mar 2013 14:07:12 +0000 (15:07 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Mar 2013 14:07:44 +0000 (15:07 +0100)
Set to the closest to 5% steps

src/libvlc-module.c

index 688281978ffaa9db13dd985be5e96b4d902fe2af..f9a1725372d3c8dca384eb727672264a86403f09 100644 (file)
@@ -147,7 +147,7 @@ static const char *const ppsz_snap_formats[] =
 #define VOLUME_STEP_TEXT N_("Audio output volume step")
 #define VOLUME_STEP_LONGTEXT N_( \
     "The step size of the volume is adjustable using this option.")
-#define AOUT_VOLUME_STEP 32
+#define AOUT_VOLUME_STEP 13
 
 #define VOLUME_SAVE_TEXT N_( "Remember the audio volume" )
 #define VOLUME_SAVE_LONGTEXT N_( \