Chromium Code Reviews

Unified Diff: webrtc/test/constants.cc

Issue 2812913002: Reland of Add content type information to encoded images and corresponding rtp extension header (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/test/constants.cc
diff --git a/webrtc/test/constants.cc b/webrtc/test/constants.cc
index 43f9adc3340d152fab49c5c18671374d226adfb2..a789cc0df66474e0548ea250044b0536cedc6416 100644
--- a/webrtc/test/constants.cc
+++ b/webrtc/test/constants.cc
@@ -17,5 +17,7 @@ const int kTOffsetExtensionId = 6;
const int kAbsSendTimeExtensionId = 7;
const int kTransportSequenceNumberExtensionId = 8;
const int kVideoRotationExtensionId = 9;
+const int kVideoContentTypeExtensionId = 10;
+
} // namespace test
} // namespace webrtc

Powered by Google App Engine