Skip to content

Commit

Permalink
[dvdplayer] Can't do out of read state update, when we just skipped a…
Browse files Browse the repository at this point in the history
… wait
  • Loading branch information
elupus committed Apr 16, 2012
1 parent bb971ac commit 406f605
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -568,7 +568,7 @@ int CDVDInputStreamNavigator::ProcessBlock(BYTE* dest_buffer, int* read)
void CDVDInputStreamNavigator::UpdateState()
{
/* if events where not checked since last call, check them here */
if(m_bCheckEvents)
if(m_bCheckEvents && m_dvdnav->sync_wait_skip == 0)
{
/* this is a bit of a hack, we force libdvdnav into wait *
* state, this allow us to process highlight updates *
Expand Down

0 comments on commit 406f605

Please sign in to comment.