| Index: webrtc/config.h
|
| diff --git a/webrtc/config.h b/webrtc/config.h
|
| index f0039b3a7263c1f14e0851cb9a97a77fc686f076..342b249550360a560108eef4306584d2625bfd0c 100644
|
| --- a/webrtc/config.h
|
| +++ b/webrtc/config.h
|
| @@ -100,6 +100,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;
|
| +
|
| // Inclusive min and max IDs for one-byte header extensions, per RFC5285.
|
| static const int kMinId;
|
| static const int kMaxId;
|
|
|