Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 30, 2015
1 parent 9c6a3b6 commit 9d57e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoPlayerAudio.cpp
Expand Up @@ -561,7 +561,7 @@ void CVideoPlayerAudio::Process()
SStartMsg msg;
msg.player = VideoPlayer_AUDIO;
msg.cachetotal = DVD_SEC_TO_TIME(m_dvdAudio.GetCacheTotal());
msg.cachetime = DVD_SEC_TO_TIME(m_dvdAudio.GetCacheTime());
msg.cachetime = m_dvdAudio.GetDelay();
msg.timestamp = m_audioClock;
m_messageParent.Put(new CDVDMsgType<SStartMsg>(CDVDMsg::PLAYER_STARTED, msg));
}
Expand Down

0 comments on commit 9d57e81

Please sign in to comment.