| 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 f18166b7dd83502a807fa5c41343620c007a4ddc..9929ec495e27b74c541a1bba42721a59a0811a98 100644
|
| --- a/webrtc/modules/audio_coding/test/TestStereo.cc
|
| +++ b/webrtc/modules/audio_coding/test/TestStereo.cc
|
| @@ -807,7 +807,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_);
|
| }
|
|
|
|
|