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

Unified Diff: talk/media/webrtc/webrtcmediaengine.h

Issue 1429753003: Filter overlapping RTP header extensions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 5 years, 2 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/webrtc/webrtcmediaengine.cc » ('j') | talk/media/webrtc/webrtcmediaengine.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/webrtc/webrtcmediaengine.h
diff --git a/talk/media/webrtc/webrtcmediaengine.h b/talk/media/webrtc/webrtcmediaengine.h
index a3af1e73fb7c708398358384c6f05484f9768124..b1251021f6faeeeef586b99dde94c98078db270f 100644
--- a/talk/media/webrtc/webrtcmediaengine.h
+++ b/talk/media/webrtc/webrtcmediaengine.h
@@ -48,6 +48,12 @@ class WebRtcMediaEngineFactory {
WebRtcVideoDecoderFactory* decoder_factory);
};
+extern const std::map<std::string, int> kBweExtensionPriorities;
+
+std::vector<RtpHeaderExtension> FilterOverlappingRtpExtensions(
pbos-webrtc 2015/10/29 14:16:22 s/Overlapping/Redundant imo.
stefan-webrtc 2015/10/29 14:51:11 Done.
+ const std::vector<RtpHeaderExtension>& extensions,
+ const std::map<std::string, int>& extension_prios);
+
} // namespace cricket
#endif // TALK_MEDIA_WEBRTCMEDIAENGINE_H_
« no previous file with comments | « no previous file | talk/media/webrtc/webrtcmediaengine.cc » ('j') | talk/media/webrtc/webrtcmediaengine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698