vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Mar 27 15:07:12 2013 +0100| [51f0570e607dfd3049d27217bbc8d9f305440a72] | committer: Jean-Baptiste Kempf
Finer volume-step for scrolling Set to the closest to 5% steps > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51f0570e607dfd3049d27217bbc8d9f305440a72 --- src/libvlc-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 6882819..f9a1725 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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_( \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
