| Index: webrtc/modules/audio_coding/test/TestRedFec.cc
|
| diff --git a/webrtc/modules/audio_coding/test/TestRedFec.cc b/webrtc/modules/audio_coding/test/TestRedFec.cc
|
| index 7877204890eaa9b8c05aba4c1bbcd3097d45d5e6..9232b6c5432727d04af8c63ba187c7e6cc68bdd6 100644
|
| --- a/webrtc/modules/audio_coding/test/TestRedFec.cc
|
| +++ b/webrtc/modules/audio_coding/test/TestRedFec.cc
|
| @@ -465,7 +465,7 @@ void TestRedFec::Run() {
|
| bool muted;
|
| EXPECT_EQ(0, _acmB->PlayoutData10Ms(outFreqHzB, &audioFrame, &muted));
|
| ASSERT_FALSE(muted);
|
| - _outFileB.Write10MsData(audioFrame.data_, audioFrame.samples_per_channel_);
|
| + _outFileB.Write10MsData(audioFrame.data(), audioFrame.samples_per_channel_);
|
| }
|
| _inFileA.Rewind();
|
| }
|
|
|