Skip to content

Commit

Permalink
VideoPlayer: drop some outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 28, 2016
1 parent 3e4a746 commit ac95edc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xbmc/cores/VideoPlayer/VideoPlayer.cpp
Expand Up @@ -2771,12 +2771,6 @@ void CVideoPlayer::HandleMessages()
m_messenger.Put(new CDVDMsgPlayerSeek(iTime, m_playSpeed < 0, true, false, false, true));
}

// if playspeed is different then DVD_PLAYSPEED_NORMAL or DVD_PLAYSPEED_PAUSE
// audioplayer, stops outputing audio to audiorendere, but still tries to
// sleep an correct amount for each packet
// videoplayer just plays faster after the clock speed has been increased
// 1. disable audio
// 2. skip frames and adjust their pts or the clock
m_playSpeed = speed;
m_newPlaySpeed = speed;
m_caching = CACHESTATE_DONE;
Expand Down

0 comments on commit ac95edc

Please sign in to comment.