Index: webrtc/audio_send_stream.h |
diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h |
index d1af9e01034099efb8f95be568f83f8d2762eff5..49242602834558bd8a6dd16ead575849390138df 100644 |
--- a/webrtc/audio_send_stream.h |
+++ b/webrtc/audio_send_stream.h |
@@ -91,7 +91,7 @@ class AudioSendStream : public SendStream { |
// TODO(solenberg): Make payload_type a config property instead. |
virtual bool SendTelephoneEvent(int payload_type, uint8_t event, |
- uint32_t duration_ms) = 0; |
+ uint16_t duration_ms) = 0; |
virtual Stats GetStats() const = 0; |
}; |
} // namespace webrtc |