diff options
author | althekiller <althekiller@svn> | 2009-12-31 06:47:23 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2009-12-31 06:47:23 +0000 |
commit | 2e1ba0775a88cf1bdcdfa6ca4820dc13fc728f7c (patch) | |
tree | df7b4bfc318498aaf04c5475e889f58dabf32753 | |
parent | 99b56c495939eee52111d37d4e6a1b502afb9e67 (diff) |
fixed: DVD still frames post caching changes. try #2. Note from r26213 still applies here!
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26215 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/cores/dvdplayer/DVDPlayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp index 576fcd9974..1701c69d1e 100644 --- a/xbmc/cores/dvdplayer/DVDPlayer.cpp +++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp @@ -2770,6 +2770,7 @@ int CDVDPlayer::OnDVDNavResult(void* pData, int iMessage) CLog::Log(LOGDEBUG, "DVDNAV_STILL_FRAME - waiting %i sec, with delay of %d sec", still_event->length, time / 1000); + SetCaching(CACHESTATE_PLAY); } return NAVRESULT_HOLD; } |