diff --git a/webrtc/video_engine/test/full_stack.cc b/webrtc/video_engine/test/full_stack.cc index 626da309c..956450e2c 100644 --- a/webrtc/video_engine/test/full_stack.cc +++ b/webrtc/video_engine/test/full_stack.cc @@ -150,9 +150,9 @@ class VideoAnalyzer : public newapi::PacketReceiver, rtp_timestamp_delta_ = header.timestamp - first_send_frame_->timestamp(); first_send_frame_ = NULL; - send_times_[header.timestamp - rtp_timestamp_delta_] = - Clock::GetRealTimeClock()->CurrentNtpInMilliseconds(); } + send_times_[header.timestamp - rtp_timestamp_delta_] = + Clock::GetRealTimeClock()->CurrentNtpInMilliseconds(); } return transport_->SendRTP(packet, length);