Index: webrtc/modules/audio_coding/neteq/interface/neteq.h |
diff --git a/webrtc/modules/audio_coding/neteq/interface/neteq.h b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
index 865a8b38edbabac454ada061a16f499059125d13..421090c76ab86daeef97279ce18ea4c99921e39c 100644 |
--- a/webrtc/modules/audio_coding/neteq/interface/neteq.h |
+++ b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
@@ -165,7 +165,7 @@ class NetEq { |
// The speech type is written to |type|, if |type| is not NULL. |
// Returns kOK on success, or kFail in case of an error. |
virtual int GetAudio(size_t max_length, int16_t* output_audio, |
- size_t* samples_per_channel, int* num_channels, |
+ size_t* samples_per_channel, size_t* num_channels, |
NetEqOutputType* type) = 0; |
// Associates |rtp_payload_type| with |codec| and stores the information in |