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

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h

Issue 2805023002: Add read support of RtpStreamId/RepairedRtpStreamId header extensions. (Closed)
Patch Set: . Created 3 years, 8 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 ddfec4d7cd7c351209c36c77c218c08d54bca1b5..4aa8cf8f02b0e7afc80fd08c19dc3d13628708d9 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
@@ -76,6 +76,8 @@ enum RTPExtensionType {
kRtpExtensionVideoRotation,
kRtpExtensionTransportSequenceNumber,
kRtpExtensionPlayoutDelay,
+ kRtpExtensionRtpStreamId,
+ kRtpExtensionRepairRtpStreamId,
pthatcher1 2017/04/06 21:17:34 It's a "Repaired Stream", not a "Repair Stream".
danilchap 2017/04/07 07:07:49 Done. also adjusted sample names in test to stress
nisse-webrtc 2017/04/07 08:41:23 Please also update cl title and description.
kRtpExtensionNumberOfExtensions,
};

Powered by Google App Engine
This is Rietveld 408576698