Commit dd046c24 authored by Laurent Aimar's avatar Laurent Aimar

Reset buffering level when needed.

parent 2c6a375e
......@@ -575,6 +575,8 @@ static void EsOutChangePosition( es_out_t *out )
{
es_out_sys_t *p_sys = out->p_sys;
input_SendEventCache( p_sys->p_input, 0.0 );
for( int i = 0; i < p_sys->i_es; i++ )
{
es_out_id_t *p_es = p_sys->es[i];
......
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