commit | 9eb6ce1cd01c7e0d1cca714a504a2ccbc81b0e94 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Fri Dec 15 12:25:01 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 26 11:34:35 2018 +0000 |
tree | 3996927217891ce2845da917d318209f29a94904 | |
parent | 1c718f91de164290a2504ab6e9ba7a36aec0882e [diff] [blame] |
Remove redundant member variable in RtpRtcp Bug: None Change-Id: Ia999bb4020c8f270c916074e5c58bab15f6c77d0 Reviewed-on: https://webrtc-review.googlesource.com/33300 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24848}
diff --git a/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/modules/rtp_rtcp/source/rtp_rtcp_impl.h index 5706967..afb4ee6 100644 --- a/modules/rtp_rtcp/source/rtp_rtcp_impl.h +++ b/modules/rtp_rtcp/source/rtp_rtcp_impl.h
@@ -338,8 +338,7 @@ uint16_t packet_overhead_; // Send side - int64_t nack_last_time_sent_full_; - uint32_t nack_last_time_sent_full_prev_; + int64_t nack_last_time_sent_full_ms_; uint16_t nack_last_seq_number_sent_; KeyFrameRequestMethod key_frame_req_method_;