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..85c2579fc24ceb51d3799be4f6aeb5ebfc660d91 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 == kEmptyFrame) { |
// Skip this frame. |
return 0; |
} |