Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h |
index 5d0505816ec2b1f061bda1ca002605d957ba1260..57f66559a588ab3da9d98d5bf5ca23f91512e948 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h |
@@ -26,7 +26,6 @@ enum { RTCP_MAX_REPORT_BLOCKS = 31 }; // RFC 3550 page 37 |
enum { |
kRtcpAppCode_DATA_SIZE = 32 * 4 |
}; // multiple of 4, this is not a limitation of the size |
-enum { RTCP_RPSI_DATA_SIZE = 30 }; |
enum { RTCP_NUMBER_OF_SR = 60 }; |
enum { MAX_NUMBER_OF_TEMPORAL_ID = 8 }; // RFC |