commit | e4b5023f6509a93f382b7d8f2214cdd5edeea184 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Mon Jan 14 18:56:14 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 12:12:01 2019 +0000 |
tree | 2efd585b03d4da5c97cdd1c83386841daf6fe2b6 | |
parent | c259a3b0e985e0c1ad23beb6fe91c37e84521a29 [diff] [blame] |
Avoid repeated semi-expensive field_trials read in frame_buffer2.cc Bug: webrtc:10202 Change-Id: Ib8bfe7c1d62bc5091a8bfb2ce137ba749f9042e6 Reviewed-on: https://webrtc-review.googlesource.com/c/117361 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26261}
diff --git a/modules/video_coding/frame_buffer2.h b/modules/video_coding/frame_buffer2.h index 1f41bfa..c71c19f 100644 --- a/modules/video_coding/frame_buffer2.h +++ b/modules/video_coding/frame_buffer2.h
@@ -173,6 +173,8 @@ VCMReceiveStatisticsCallback* const stats_callback_; int64_t last_log_non_decoded_ms_ RTC_GUARDED_BY(crit_); + const bool add_rtt_to_playout_delay_; + RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FrameBuffer); };