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

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

Issue 2714813004: Create the SrtpTransportInterface. (Closed)
Patch Set: 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
Index: webrtc/media/base/codec.h
diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
index 0aa0d58ef76b6cc07ec10c5c0a0ea2b88b5fd487..5e49785e9de081d3afd54dd8a57fa7bcf2de0be2 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() = default;
FeedbackParam(const std::string& id, const std::string& param)
: id_(id),
param_(param) {

Powered by Google App Engine
This is Rietveld 408576698