Commit ef2aee4e authored by Can Wu's avatar Can Wu Committed by Jean-Baptiste Kempf

hotkey: code ACTION_RATE_NORMAL like similar functions

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c6c04f28
......@@ -714,8 +714,7 @@ static int PutAction( intf_thread_t *p_intf, int i_action )
else if( i_action == ACTIONID_RATE_NORMAL )
{
var_SetFloat( p_playlist, "rate", 1. );
DisplayMessage( p_vout, SPU_DEFAULT_CHANNEL,
"%s", _("1.00x") );
DisplayRate( p_vout, var_GetFloat( p_input, "rate" ) );
}
else if( i_action == ACTIONID_FASTER )
{
......
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