Commit 62707188 authored by Laurent Aimar's avatar Laurent Aimar

Do not delay rate change after end of pause.

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