Don't use low complexity Opus on all ARM devices.
Bug: none Change-Id: I4be504ffa271e3a5879cec9efe153b1f895a96c5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288401 Reviewed-by: Jesus de Vicente Pena <devicentepena@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38921}
This commit is contained in:
parent
cca2c0e6bb
commit
6e1ae443ac
@ -14,9 +14,7 @@ namespace webrtc {
|
||||
|
||||
namespace {
|
||||
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_IOS) || defined(WEBRTC_ARCH_ARM)
|
||||
// If we are on Android, iOS and/or ARM, use a lower complexity setting by
|
||||
// default, to save encoder complexity.
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_IOS)
|
||||
constexpr int kDefaultComplexity = 5;
|
||||
#else
|
||||
constexpr int kDefaultComplexity = 9;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user