Removes usage of default parameters and fixes a bug which was found

using Clang on Linux.

BUG=none
TEST=none
TBR=pwestin

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1234 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrika@webrtc.org 2011-12-19 17:39:48 +00:00
parent 4158c35820
commit e32c08a5a6
2 changed files with 3 additions and 2 deletions

View File

@ -114,7 +114,7 @@ public:
WebRtc_UWord32 *jitter, // will be moved from JB
WebRtc_UWord32 *max_jitter,
WebRtc_UWord32 *jitter_transmission_time_offset,
bool reset = false) const;
bool reset) const;
WebRtc_Word32 Statistics(WebRtc_UWord8 *fraction_lost,
WebRtc_UWord32 *cum_lost,
@ -123,7 +123,7 @@ public:
WebRtc_UWord32 *max_jitter,
WebRtc_UWord32 *jitter_transmission_time_offset,
WebRtc_Word32 *missing,
bool reset = false) const;
bool reset) const;
WebRtc_Word32 DataCounters(WebRtc_UWord32 *bytesReceived,
WebRtc_UWord32 *packetsReceived) const;

View File

@ -2905,6 +2905,7 @@ void ModuleRtpRtcpImpl::ProcessDefaultModuleBandwidth(
NULL,
NULL,
NULL,
NULL,
false);
fractionLostAcc += fractionLost;
childRtcpReceiver.RTT(childRtpReceiver.SSRC(),