| Index: media/audio/mac/audio_output_mac.cc
|
| diff --git a/media/audio/mac/audio_output_mac.cc b/media/audio/mac/audio_output_mac.cc
|
| index a8f34f391396526bf23b1e65f413bbb9d149e3e3..42e80a12b0b6ea5c09fe531a95426ac939738ea6 100644
|
| --- a/media/audio/mac/audio_output_mac.cc
|
| +++ b/media/audio/mac/audio_output_mac.cc
|
| @@ -171,7 +171,7 @@ void PCMQueueOutAudioOutputStream::GetVolume(double* left_level,
|
| // TODO(fbarchard): Switch layout when ffmpeg is updated.
|
| namespace {
|
| template<class Format>
|
| -static void SwizzleLayout(Format *b, size_t filled) {
|
| +static void SwizzleLayout(Format* b, size_t filled) {
|
| static const int kNumSurroundChannels = 6;
|
| Format aac[kNumSurroundChannels];
|
| for (size_t i = 0; i < filled; i += sizeof(aac), b += kNumSurroundChannels) {
|
| @@ -274,4 +274,3 @@ void PCMQueueOutAudioOutputStream::Start(AudioSourceCallback* callback) {
|
| return;
|
| }
|
| }
|
| -
|
|
|