| 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 81b46f8abf9e2edf6ffca3c54ffd986e1ab8f072..87f3b2d6d25033d5310cdb07a66e2579cb170a4d 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| @@ -77,6 +77,7 @@ enum RTPExtensionType {
|
| kRtpExtensionTransportSequenceNumber,
|
| kRtpExtensionPlayoutDelay,
|
| kRtpExtensionVideoContentType,
|
| + kRtpExtensionVideoTiming,
|
| kRtpExtensionRtpStreamId,
|
| kRtpExtensionRepairedRtpStreamId,
|
| kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
|
|
|