]> git.sesse.net Git - vlc/commitdiff
Privatize AOUT_VOLUME_STEP
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jul 2011 18:13:20 +0000 (21:13 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jul 2011 18:13:20 +0000 (21:13 +0300)
include/vlc_aout_intf.h
src/libvlc-module.c

index 7043ce542d0eec2b4736d1e0b3c6ca39a9ebbeb1..b316fd476755d06669d926556503db265dcb976e 100644 (file)
@@ -27,7 +27,6 @@
  */
 
 #define AOUT_VOLUME_DEFAULT             256
-#define AOUT_VOLUME_STEP                32
 #define AOUT_VOLUME_MAX                 1024
 
 VLC_API audio_volume_t aout_VolumeGet( vlc_object_t * );
index 2069b116f041033a4f0fc8a2bea89f2909b4cfd6..be9cd7821838c624f38565ec0826da27e32aa453 100644 (file)
@@ -274,6 +274,7 @@ static const char *const ppsz_snap_formats[] =
 #define VOLUME_STEP_LONGTEXT N_( \
     "The step size of the volume is adjustable using this option, " \
     "in a range from 0 to 1024." )
+#define AOUT_VOLUME_STEP 32
 
 #define AOUT_RATE_TEXT N_("Audio output frequency (Hz)")
 #define AOUT_RATE_LONGTEXT N_( \