Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: talk/media/base/codec.cc

Issue 1316523002: Convert channel counts to size_t. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Rebase onto cleanup change Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: talk/media/base/codec.cc
diff --git a/talk/media/base/codec.cc b/talk/media/base/codec.cc
index 4f360aa63b158df0177dc9ce5af67a0b37afe464..66c1765732189a88645638a616f1951aee6a11af 100644
--- a/talk/media/base/codec.cc
+++ b/talk/media/base/codec.cc
@@ -167,7 +167,7 @@ AudioCodec::AudioCodec(int id,
const std::string& name,
int clockrate,
int bitrate,
- int channels,
+ size_t channels,
int preference)
: Codec(id, name, clockrate, preference),
bitrate(bitrate),

Powered by Google App Engine
This is Rietveld 408576698