| Index: webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| index 21d97f1abf1ced1f20e3a5eccd98e958c091735a..84f25db120cfbe6f42adcc45cfed17294217de13 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| +++ b/webrtc/modules/audio_coding/main/test/TestAllCodecs.cc
|
| @@ -74,7 +74,7 @@ int32_t TestPack::SendData(FrameType frame_type, uint8_t payload_type,
|
| } else {
|
| rtp_info.type.Audio.isCNG = false;
|
| }
|
| - if (frame_type == kFrameEmpty) {
|
| + if (frame_type == kSkipFrame) {
|
| // Skip this frame.
|
| return 0;
|
| }
|
|
|