Skip to content

Commit

Permalink
squash ae sync
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 25, 2015
1 parent 1933eaf commit f47c42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp
Expand Up @@ -1865,8 +1865,6 @@ bool CActiveAE::RunStages()
double pts = buf->timestamp - (buf->pkt_start_offset * 1000 / buf->pkt->config.sample_rate);
double delay = status.GetDelay() * 1000;
double playingPts = pts - delay;
if (playingPts < 0)
playingPts = 0;
double error = playingPts - (*it)->m_pClock->GetClock();
(*it)->m_syncError.Add(error);
}
Expand Down

0 comments on commit f47c42d

Please sign in to comment.