Commit a031e406 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Print status change message when volume is changed with volume command on the rc interface.

parent 1de1e4ea
...@@ -1686,6 +1686,7 @@ static int Volume( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1686,6 +1686,7 @@ static int Volume( vlc_object_t *p_this, char const *psz_cmd,
var_Set( p_intf->p_vlc, "key-pressed", keyval ); var_Set( p_intf->p_vlc, "key-pressed", keyval );
} }
i_error = aout_VolumeSet( p_this, i_volume ); i_error = aout_VolumeSet( p_this, i_volume );
msg_rc( STATUS_CHANGE "( audio volume: %d )", i_volume );
} }
} }
else else
......
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