Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Jan 22, 2016
1 parent 4b09f78 commit 6ddbf52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2275,8 +2275,8 @@ CSampleBuffer* CActiveAE::SyncStream(CActiveAEStream *stream)
CSampleBuffer *buf = stream->m_resampleBuffers->m_outputSamples.front();
if (m_mode == MODE_RAW)
{
ret->pkt->nb_samples = 0;
ret->pkt->pause_burst_ms = stream->m_resampleBuffers->m_format.m_streamInfo.GetDuration();
buf->pkt->nb_samples = 0;
buf->pkt->pause_burst_ms = stream->m_resampleBuffers->m_format.m_streamInfo.GetDuration();
}
else
{
Expand Down

0 comments on commit 6ddbf52

Please sign in to comment.