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

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

Issue 2675173003: Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. (Closed)
Patch Set: More sender/receiver tests. Created 3 years, 10 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 | « webrtc/config.cc ('k') | webrtc/media/base/fakemediaengine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/codec.h
diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
index 7dd8889671beffeee56216c9548b8e3549437d42..2ab70a4a93ef1e2f6c0c646ce54e28254ff9ccba 100644
--- a/webrtc/media/base/codec.h
+++ b/webrtc/media/base/codec.h
@@ -26,6 +26,7 @@ typedef std::map<std::string, std::string> CodecParameterMap;
class FeedbackParam {
public:
+ FeedbackParam() {}
Taylor Brandstetter 2017/02/21 10:41:50 FYI, this is needed because it's used in an RTCErr
FeedbackParam(const std::string& id, const std::string& param)
: id_(id),
param_(param) {
« no previous file with comments | « webrtc/config.cc ('k') | webrtc/media/base/fakemediaengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698