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

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

Issue 1604563002: Add send-side BWE to WebRtcVoiceEngine under a finch experiment. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed one more comment. Created 4 years, 11 months 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
« no previous file with comments | « no previous file | talk/media/base/codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/codec.h
diff --git a/talk/media/base/codec.h b/talk/media/base/codec.h
index da78e1c62752214c4c1ed783f186483ed9c2c25d..9d4d81a4e741f4cad6013591e9885a38a4503c51 100644
--- a/talk/media/base/codec.h
+++ b/talk/media/base/codec.h
@@ -235,9 +235,9 @@ bool FindCodecById(const std::vector<Codec>& codecs,
}
bool CodecNamesEq(const std::string& name1, const std::string& name2);
-bool HasNack(const VideoCodec& codec);
-bool HasRemb(const VideoCodec& codec);
-bool HasTransportCc(const VideoCodec& codec);
+bool HasNack(const Codec& codec);
+bool HasRemb(const Codec& codec);
+bool HasTransportCc(const Codec& codec);
} // namespace cricket
« no previous file with comments | « no previous file | talk/media/base/codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698