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

Unified Diff: webrtc/config.h

Issue 2954503002: Implement FrameMarking header extension support
Patch Set: Implement Frame Marking header extension 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 f0039b3a7263c1f14e0851cb9a97a77fc686f076..64da3c6c318a837855a466b1716b0706931b1cf6 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -100,6 +100,11 @@ struct RtpExtension {
static const char* kPlayoutDelayUri;
static const int kPlayoutDelayDefaultId;
+ // Frame Marking RTP Header Extension
danilchap 2017/06/28 16:07:06 remove two spaces
sergio.garcia.murillo 2017/06/29 12:58:57 Done.
+ // https://tools.ietf.org/html/draft-ietf-avtext-framemarking-04#page-4
+ static const char* kFrameMarkingUri;
+ static const int kFrameMarkingDefaultId;
+
// Inclusive min and max IDs for one-byte header extensions, per RFC5285.
static const int kMinId;
static const int kMaxId;

Powered by Google App Engine
This is Rietveld 408576698