| Index: media/audio/mac/audio_input_mac.cc
|
| diff --git a/media/audio/mac/audio_input_mac.cc b/media/audio/mac/audio_input_mac.cc
|
| index 7e0c9332b2d13352c3eb53f7d9a186e1118954c3..3e6a721386494e9589e7f70b285c919f46593556 100644
|
| --- a/media/audio/mac/audio_input_mac.cc
|
| +++ b/media/audio/mac/audio_input_mac.cc
|
| @@ -36,6 +36,7 @@ PCMQueueInAudioInputStream::PCMQueueInAudioInputStream(
|
| format_.mFramesPerPacket = 1;
|
| format_.mBytesPerPacket = (params.bits_per_sample * params.channels) / 8;
|
| format_.mBytesPerFrame = format_.mBytesPerPacket;
|
| + format_.mReserved = 0;
|
|
|
| buffer_size_bytes_ = params.GetPacketSize();
|
| }
|
|
|