Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 048485fa2fc89f99483230cb2f0b5f479acb7ed0..3522b352392915dead88c0864493413f1a7501c2 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -291,7 +291,7 @@ struct CodecInst { |
char plname[RTP_PAYLOAD_NAME_SIZE]; |
int plfreq; |
int pacsize; |
- int channels; |
+ size_t channels; |
int rate; // bits/sec unlike {start,min,max}Bitrate elsewhere in this file! |
bool operator==(const CodecInst& other) const { |