| Index: media/audio/mac/audio_output_mac.cc
|
| ===================================================================
|
| --- media/audio/mac/audio_output_mac.cc (revision 133451)
|
| +++ media/audio/mac/audio_output_mac.cc (working copy)
|
| @@ -407,7 +407,7 @@
|
| uint32 capacity = buffer->mAudioDataBytesCapacity;
|
| // TODO(sergeyu): Specify correct hardware delay for AudioBuffersState.
|
| uint32 filled = source->OnMoreData(
|
| - audio_stream, reinterpret_cast<uint8*>(buffer->mAudioData), capacity,
|
| + reinterpret_cast<uint8*>(buffer->mAudioData), capacity,
|
| AudioBuffersState(audio_stream->pending_bytes_, 0));
|
|
|
| // In order to keep the callback running, we need to provide a positive amount
|
|
|