| 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 ab9fc401674140a65cdb99066a1de40cfea47e08..827c2e360fa937f1a5b05c2c3148801477e7a19f 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| @@ -75,7 +75,8 @@ enum RTPExtensionType {
|
| kRtpExtensionVideoRotation,
|
| kRtpExtensionTransportSequenceNumber,
|
| kRtpExtensionPlayoutDelay,
|
| - kRtpExtensionNumberOfExtensions,
|
| + kRtpExtensionVideoContentType,
|
| + kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
|
| };
|
|
|
| enum RTCPAppSubTypes { kAppSubtypeBwe = 0x00 };
|
|
|