| Index: webrtc/config.h
|
| diff --git a/webrtc/config.h b/webrtc/config.h
|
| index 8211a6619a7900c3605665b99fc921dd88a90c1f..29424679d209ab1155773a863186785120613dae 100644
|
| --- a/webrtc/config.h
|
| +++ b/webrtc/config.h
|
| @@ -120,6 +120,11 @@ struct RtpExtension {
|
| static const char* kPlayoutDelayUri;
|
| static const int kPlayoutDelayDefaultId;
|
|
|
| + // Frame Marking RTP Header Extension
|
| + // https://tools.ietf.org/html/draft-ietf-avtext-framemarking-04#page-4
|
| + static const char* kFrameMarkingUri;
|
| + static const int kFrameMarkingDefaultId;
|
| +
|
| // Encryption of Header Extensions, see RFC 6904 for details:
|
| // https://tools.ietf.org/html/rfc6904
|
| static const char* kEncryptHeaderExtensionsUri;
|
|
|