git-svn-id: http://webrtc.googlecode.com/svn/trunk@2145 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
hta@webrtc.org
2012-04-30 08:25:10 +00:00
parent 9d54cd12ab
commit c2d985257b

View File

@@ -113,7 +113,7 @@ class RtcpSenderTest : public ::testing::Test {
// Helper function: Incoming RTCP has a specific packet type.
bool gotPacketType(RTCPPacketType packet_type) {
return ((test_transport_->rtcp_packet_info_.rtcpPacketTypeFlags) &
packet_type) != 0U;
packet_type) != 0U;
}
RtpRtcpClock* system_clock_;