Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index f8c9e8b7971724835a4b62b47b038ed40a61a903..f0039b3a7263c1f14e0851cb9a97a77fc686f076 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -88,6 +88,10 @@ struct RtpExtension { |
static const char* kVideoRotationUri; |
static const int kVideoRotationDefaultId; |
+ // Header extension for video content type. E.g. default or screenshare. |
+ static const char* kVideoContentTypeUri; |
tommi
2017/04/10 10:59:18
can this be declared inline as
static const char
ilnik
2017/04/10 12:47:42
I think it will be better if we leave it in the sa
|
+ static const int kVideoContentTypeDefaultId; |
+ |
// Header extension for transport sequence number, see url for details: |
// http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions |
static const char* kTransportSequenceNumberUri; |