diff options
author | Joakim Plate <elupus@ecce.se> | 2012-09-05 15:07:17 -0700 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2012-09-05 15:07:17 -0700 |
commit | 9cf63fb84866cbc26adfb07ec32825e5acecbac5 (patch) | |
tree | 915dc29eb6dbee762102c7396356123770585518 | |
parent | 4405acf8ca39388d5a255d2f769ad2ca6e3f3a47 (diff) | |
parent | 4fdfb3dd6b4ddcdaea5b407bf02c3d54298d183d (diff) |
Merge pull request #1335 from Voyager-xbmc/dvdplayer_dvdmenu_fixes
[dvdplayer] fix DVD menu that doesn't update anymore at CELL CHANGE
-rw-r--r-- | xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp index 153d392ed1..ed46d9deb5 100644 --- a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp +++ b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp @@ -318,6 +318,7 @@ int CDVDInputStreamNavigator::ProcessBlock(BYTE* dest_buffer, int* read) // user input to make menus and other interactive stills work. // A length of 0xff means an indefinite still which has to be skipped // indirectly by some user interaction. + m_holdmode = HOLDMODE_NONE; iNavresult = m_pDVDPlayer->OnDVDNavResult(buf, DVDNAV_STILL_FRAME); /* if user didn't care for action, just skip it */ |