Commit 15de5e20 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* change hotkeys OSD message from 0-100% to 0-400%

parent 309abc3f
......@@ -784,8 +784,8 @@ static void DisplayVolume( intf_thread_t *p_intf, vout_thread_t *p_vout,
}
else
{
vout_OSDMessage( p_vout, VOLUME_TEXT_CHAN, "Vol %d%%",
2*i_vol*100/AOUT_VOLUME_MAX );
vout_OSDMessage( p_vout, VOLUME_TEXT_CHAN, "Volume %d%%",
i_vol*400/AOUT_VOLUME_MAX );
}
}
......
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