Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1392)

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 1742323002: VCMCodecTimer: Change filter from max to 95th percentile (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressing philipel@s comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 5da257e2f309cf77dce5d1b32833853d3f729947..afec84f9a7cf6055cd1f86987fa1c1ec87493e7d 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -46,6 +46,8 @@ source_set("video_coding") {
"nack_fec_tables.h",
"packet.cc",
"packet.h",
+ "percentile_filter.cc",
+ "percentile_filter.h",
"qm_select.cc",
"qm_select.h",
"qm_select_data.h",

Powered by Google App Engine
This is Rietveld 408576698