| 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 a2cd52736f3a13ed61b6d90a6c70eae528441543..f09bf55617da585166da68d241644fafedbf3757 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h
|
| @@ -39,8 +39,6 @@ enum { BW_HISTORY_SIZE = 35 };
|
| #define MIN_AUDIO_BW_MANAGEMENT_BITRATE 6
|
| #define MIN_VIDEO_BW_MANAGEMENT_BITRATE 30
|
|
|
| -enum { DTMF_OUTBAND_MAX = 20 };
|
| -
|
| enum { RTP_MAX_BURST_SLEEP_TIME = 500 };
|
| enum { RTP_AUDIO_LEVEL_UNIQUE_ID = 0xbede };
|
| enum { RTP_MAX_PACKETS_PER_FRAME = 512 }; // must be multiple of 32
|
|
|