Commit e46cef82 authored by Gildas Bazin's avatar Gildas Bazin

* modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback working correctly.

parent d05dfdc4
......@@ -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