Commit bc5a9b1b authored by Francois Cartegnie's avatar Francois Cartegnie

demux: asf: reset PCR on seek

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