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

Unified Diff: webrtc/config.h

Issue 2954503002: Implement FrameMarking header extension support
Patch Set: remove unneeded change in comment Created 3 years, 6 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/config.h
diff --git a/webrtc/config.h b/webrtc/config.h
index 8211a6619a7900c3605665b99fc921dd88a90c1f..29424679d209ab1155773a863186785120613dae 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -120,6 +120,11 @@ struct RtpExtension {
static const char* kPlayoutDelayUri;
static const int kPlayoutDelayDefaultId;
+ // Frame Marking RTP Header Extension
+ // https://tools.ietf.org/html/draft-ietf-avtext-framemarking-04#page-4
+ static const char* kFrameMarkingUri;
+ static const int kFrameMarkingDefaultId;
+
// Encryption of Header Extensions, see RFC 6904 for details:
// https://tools.ietf.org/html/rfc6904
static const char* kEncryptHeaderExtensionsUri;

Powered by Google App Engine
This is Rietveld 408576698