combine audio and video playback

This commit is contained in:
Duzy Chan
2014-02-11 15:53:19 +08:00
parent 1635ab06c2
commit 606c3e1c6d
5 changed files with 14 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ void AudioReaderSource::GetMoreSamplesFromReader() {
// Get the next block of audio samples
void AudioReaderSource::getNextAudioBlock (const AudioSourceChannelInfo& info)
{
cout << "getNextAudioBlock" << endl;
//cout << "getNextAudioBlock" << endl;
int buffer_samples = buffer->getNumSamples();
int buffer_channels = buffer->getNumChannels();