Skip to content

Commit

Permalink
suqash burst
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Jan 22, 2016
1 parent e7c96f9 commit f0713d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ void CActiveAESink::OpenSink()
else
{
m_sampleOfSilence.pkt->nb_samples = 0;
m_sampleOfSilence.pkt->pause_burst_ms = m_sinkFormat.m_frames * 1000 / m_sinkFormat.m_sampleRate;
m_sampleOfSilence.pkt->pause_burst_ms = m_sinkFormat.m_streamInfo.GetDuration();
}

m_swapState = CHECK_SWAP;
Expand Down

0 comments on commit f0713d0

Please sign in to comment.