Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 6d1886b683385801613451c2625e5dbe12ff0d71..444ef928d981685ea977f15e8170e5fad5c13ee0 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 { |