| Index: webrtc/modules/audio_coding/main/test/TestStereo.cc
|
| diff --git a/webrtc/modules/audio_coding/main/test/TestStereo.cc b/webrtc/modules/audio_coding/main/test/TestStereo.cc
|
| index 32ecadfacebc7cefa5da4baa1e47670596f8c379..b0786be60815982483f1da39ec47473e3a5714f2 100644
|
| --- a/webrtc/modules/audio_coding/main/test/TestStereo.cc
|
| +++ b/webrtc/modules/audio_coding/main/test/TestStereo.cc
|
| @@ -58,7 +58,7 @@ int32_t TestPackStereo::SendData(const FrameType frame_type,
|
| rtp_info.header.sequenceNumber = seq_no_++;
|
| rtp_info.header.payloadType = payload_type;
|
| rtp_info.header.timestamp = timestamp;
|
| - if (frame_type == kFrameEmpty) {
|
| + if (frame_type == kEmptyFrame) {
|
| // Skip this frame
|
| return 0;
|
| }
|
|
|