Commit 62707188 authored by Laurent Aimar's avatar Laurent Aimar

Do not delay rate change after end of pause.

parent 9e4b3f8d
......@@ -573,9 +573,7 @@ static void EsOutChangeRate( es_out_t *out, int i_rate )
es_out_sys_t *p_sys = out->p_sys;
p_sys->i_rate = i_rate;
if( !p_sys->b_paused )
EsOutProgramsChangeRate( out );
EsOutProgramsChangeRate( out );
}
static void EsOutChangePosition( es_out_t *out )
......
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