Commit 2471b26c authored by Francois Cartegnie's avatar Francois Cartegnie

demux: asf: fix PCR reset call

parent 3e90cf53
......@@ -377,7 +377,7 @@ static void SeekPrepare( demux_t *p_demux )
tk->p_frame = NULL;
}
es_out_Control( p_demux->out, ES_OUT_RESET_PCR, VLC_TS_INVALID );
es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
}
/*****************************************************************************
......
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