Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index bef8ff42cd6573601cb3163ad08fa5563037534a..db9b4c1ef69f360bd8633bd14e730ee3f18bc817 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -304,7 +304,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 { |