in rtp_rtcp module:
fixed build/namespaces lint errors fixed readability/namespace lint errors BUG=webrtc:5277 R=mflodman,stefan@webrtc.org Review URL: https://codereview.webrtc.org/1506823002 Cr-Commit-Position: refs/heads/master@{#10978}
This commit is contained in:
@ -23,8 +23,13 @@
|
||||
#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h"
|
||||
|
||||
namespace webrtc {
|
||||
using namespace RTCPUtility;
|
||||
using namespace RTCPHelp;
|
||||
using RTCPHelp::RTCPPacketInformation;
|
||||
using RTCPHelp::RTCPReceiveInformation;
|
||||
using RTCPHelp::RTCPReportBlockInformation;
|
||||
using RTCPUtility::kBtVoipMetric;
|
||||
using RTCPUtility::RTCPCnameInformation;
|
||||
using RTCPUtility::RTCPPacketReportBlockItem;
|
||||
using RTCPUtility::RTCPPacketTypes;
|
||||
|
||||
// The number of RTCP time intervals needed to trigger a timeout.
|
||||
const int kRrTimeoutIntervals = 3;
|
||||
|
Reference in New Issue
Block a user