Fix a bug in AcmReceiver::NetworkStatistics
One of the variables were not copied between the structs. BUG=2996 TBR=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12329004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5956 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0c108d0b4d
commit
20c71fd1dc
@ -640,6 +640,7 @@ void AcmReceiver::NetworkStatistics(ACMNetworkStatistics* acm_stat) {
|
||||
acm_stat->currentPreemptiveRate = neteq_stat.preemptive_rate;
|
||||
acm_stat->currentAccelerateRate = neteq_stat.accelerate_rate;
|
||||
acm_stat->clockDriftPPM = neteq_stat.clockdrift_ppm;
|
||||
acm_stat->addedSamples = neteq_stat.added_zero_samples;
|
||||
|
||||
std::vector<int> waiting_times;
|
||||
neteq_->WaitingTimes(&waiting_times);
|
||||
|
Loading…
x
Reference in New Issue
Block a user