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/modules/rtp_rtcp/include/rtp_rtcp_defines.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/modules/rtp_rtcp/include/rtp_rtcp_defines.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
index 90537c3e30fbc35357a4dece49f5accd848b5081..8997b13a14c8fc39ad4df028b875be37bb975959 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
@@ -79,6 +79,7 @@ enum RTPExtensionType {
kRtpExtensionVideoContentType,
kRtpExtensionRtpStreamId,
kRtpExtensionRepairedRtpStreamId,
+ kRtpExtensionFrameMarking,
kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
};

Powered by Google App Engine
This is Rietveld 408576698