Add missing field-trial in Vp9EncoderReferencesFuzzer
Bug: chromium:371233788 Change-Id: I763ce26f17c7d931fef17025f0634c55cbb70551 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/365541 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43236}
This commit is contained in:
parent
41d9a01f6a
commit
3fc43e201c
@ -209,7 +209,8 @@ class FieldTrials : public FieldTrialsView {
|
||||
key == "WebRTC-VP9-GetEncoderInfoOverride" ||
|
||||
key == "WebRTC-VP9-PerformanceFlags" ||
|
||||
key == "WebRTC-VP9QualityScaler" ||
|
||||
key == "WebRTC-VP9-SvcForSimulcast") {
|
||||
key == "WebRTC-VP9-SvcForSimulcast" ||
|
||||
key == "WebRTC-StableTargetRate") {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user