Commit 702063df authored by Laurent Aimar's avatar Laurent Aimar

Fixed an invalid use of p_input->i_pts_delay.

The wait STILL frame is handled by dvdnav is not right.
parent f7e16185
......@@ -649,7 +649,7 @@ static int Demux( demux_t *p_demux )
else
{
p_sys->p_ev->i_still_end = (int64_t)event->length *
1000000 + mdate() + p_sys->p_input->i_pts_delay;
1000000 + mdate();
}
}
vlc_mutex_unlock( &p_sys->p_ev->lock );
......
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