Chromium Code Reviews| 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 05320f72e1b5a5272bf7c35a2330ce7abe1d6f65..54ff664ec05b8ae49457a0a2de8690667e9b7f24 100644 |
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h |
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h |
| @@ -68,6 +68,8 @@ enum RTPExtensionType { |
| kRtpExtensionVideoRotation, |
| kRtpExtensionTransportSequenceNumber, |
| kRtpExtensionPlayoutDelay, |
| + |
|
mflodman
2016/06/23 09:14:17
nit: I'd prefer to remove the empty line.
|
| + kRtpExtensionNumberOfExtensions, |
| }; |
| enum RTCPAppSubTypes { kAppSubtypeBwe = 0x00 }; |