Skip to content

Commit

Permalink
dvdplayer: Always make sure first image after open is output
Browse files Browse the repository at this point in the history
This solves some still frame issues with blurays
  • Loading branch information
Joakim Plate authored and elupus committed Feb 10, 2013
1 parent b2fc050 commit 594f5a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/cores/dvdplayer/DVDPlayer.cpp
Expand Up @@ -1062,6 +1062,10 @@ void CDVDPlayer::Process()

OpenDefaultStreams();

// never allow first frames after open to be skipped
if( m_dvdPlayerVideo.IsInited() )
m_dvdPlayerVideo.SendMessage(new CDVDMsg(CDVDMsg::VIDEO_NOSKIP));

if (CachePVRStream())
SetCaching(CACHESTATE_PVR);

Expand Down

0 comments on commit 594f5a8

Please sign in to comment.