Commit 5ca3fb1c authored by Gildas Bazin's avatar Gildas Bazin

* modules/access/dvdnav.c: backport of #11306.

parent 15006f7b
......@@ -766,6 +766,8 @@ static int Demux( demux_t *p_demux )
case DVDNAV_WAIT:
msg_Dbg( p_demux, "DVDNAV_WAIT" );
/* reset PCR */
es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
dvdnav_wait_skip( p_sys->dvdnav );
break;
......
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