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