| Index: webrtc/modules/audio_coding/test/TestStereo.cc
|
| diff --git a/webrtc/modules/audio_coding/test/TestStereo.cc b/webrtc/modules/audio_coding/test/TestStereo.cc
|
| index 3d8efe0fdc020a7954b0756e5c0d991029ff62ce..02bc141ae724ab1bd8ae782d80cd3de092b14cd2 100644
|
| --- a/webrtc/modules/audio_coding/test/TestStereo.cc
|
| +++ b/webrtc/modules/audio_coding/test/TestStereo.cc
|
| @@ -806,7 +806,7 @@ void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels,
|
|
|
| // Write output speech to file
|
| out_file_.Write10MsData(
|
| - audio_frame.data_,
|
| + audio_frame.data(),
|
| audio_frame.samples_per_channel_ * audio_frame.num_channels_);
|
| }
|
|
|
|
|