Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Jan 22, 2016
1 parent 6ddbf52 commit e7c96f9
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 @@ -951,7 +951,7 @@ unsigned int CActiveAESink::OutputSamples(CSampleBuffer* samples)
totalFrames = samples->pkt->max_nb_samples;
}
// stuffing
memset(buffer+12, 0, totalFrames*m_sinkFormat.m_frameSize-12);
memset(buffer[0]+12, 0, totalFrames*m_sinkFormat.m_frameSize-12);
}
frames = totalFrames;

Expand Down

0 comments on commit e7c96f9

Please sign in to comment.