Index: webrtc/modules/audio_coding/main/test/Channel.cc |
diff --git a/webrtc/modules/audio_coding/main/test/Channel.cc b/webrtc/modules/audio_coding/main/test/Channel.cc |
index 779718dd5042422ed60c1e352c92235d06b0194e..1b0a610b17b2fc14628f123c1e49dda59b381fee 100644 |
--- a/webrtc/modules/audio_coding/main/test/Channel.cc |
+++ b/webrtc/modules/audio_coding/main/test/Channel.cc |
@@ -42,7 +42,7 @@ int32_t Channel::SendData(FrameType frameType, |
} else { |
rtpInfo.type.Audio.isCNG = false; |
} |
- if (frameType == kFrameEmpty) { |
+ if (frameType == kEmptyFrame) { |
// When frame is empty, we should not transmit it. The frame size of the |
// next non-empty frame will be based on the previous frame size. |
_useLastFrameSize = _lastFrameSizeSample > 0; |