Commit b2108b39 authored by Rafaël Carré's avatar Rafaël Carré

audio_output: same

parent aea8bd76
...@@ -873,6 +873,8 @@ static int EqualizerCallback( vlc_object_t *p_this, char const *psz_cmd, ...@@ -873,6 +873,8 @@ static int EqualizerCallback( vlc_object_t *p_this, char const *psz_cmd,
static int ReplayGainCallback( vlc_object_t *p_this, char const *psz_cmd, static int ReplayGainCallback( vlc_object_t *p_this, char const *psz_cmd,
vlc_value_t oldval, vlc_value_t newval, void *p_data ) vlc_value_t oldval, vlc_value_t newval, void *p_data )
{ {
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval);
VLC_UNUSED(newval); VLC_UNUSED(p_data);
aout_instance_t *p_aout = (aout_instance_t *)p_this; aout_instance_t *p_aout = (aout_instance_t *)p_this;
int i; int i;
......
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