aboutsummaryrefslogtreecommitdiff
path: root/media/BUILD.gn
diff options
context:
space:
mode:
authorÅsa Persson <asapersson@webrtc.org>2019-10-18 15:03:13 +0200
committerCommit Bot <commit-bot@chromium.org>2019-10-18 14:19:04 +0000
commit3f7e0ede1e71f37a5d093c5ee98f6a54b70d4e50 (patch)
treef7df174786ff7944f076e931e6933158850ea3cb /media/BUILD.gn
parent89e130a2d0d4d6e7fb1b41ac03ddc22b90ad3c4a (diff)
downloadwebrtc-3f7e0ede1e71f37a5d093c5ee98f6a54b70d4e50.tar.gz
Add option to make first scale factor depend on input resolution.
Scale factors are 3/4, 2/3, 3/4, 2/3, ... Adds possibly to start with: - 2/3 (if width/height multiple of 3) - 2/3, 2/3 (if width/height multiple of 9) Bug: none Change-Id: Idbeddfec4baea893c240bbb897d01ac1cff3b435 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157105 Commit-Queue: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29538}
Diffstat (limited to 'media/BUILD.gn')
-rw-r--r--media/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 59c2bfc600..371f6cd772 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -106,6 +106,7 @@ rtc_library("rtc_media_base") {
"../rtc_base/system:file_wrapper",
"../rtc_base/system:rtc_export",
"../rtc_base/third_party/sigslot",
+ "../system_wrappers:field_trial",
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",