Commit 355c893f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Privatize AOUT_VOLUME_STEP

parent 178600d9
......@@ -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 * );
......
......@@ -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_( \
......
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