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

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

Issue 2651883010: Adding C++ versions of currently spec'd "RtpParameters" structs. (Closed)
Patch Set: Fixing typo in test. Created 3 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
Index: webrtc/media/base/codec.h
diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
index ac85d1fef41b551a43b0aee74eed44a91397748a..7dd8889671beffeee56216c9548b8e3549437d42 100644
--- a/webrtc/media/base/codec.h
+++ b/webrtc/media/base/codec.h
@@ -162,6 +162,8 @@ struct VideoCodec : public Codec {
std::string ToString() const;
+ webrtc::RtpCodecParameters ToCodecParameters() const override;
+
VideoCodec& operator=(const VideoCodec& c);
VideoCodec& operator=(VideoCodec&& c);

Powered by Google App Engine
This is Rietveld 408576698