Ignore WebRTC-LibvpxVp9Encoder-SvcFrameDropConfig in VP9 fuzzer

Bug: chromium:326188141, webrtc:15827
Change-Id: I0dca4df354db0f9e2f758e9ecf32c8b50f735aff
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/340220
Auto-Submit: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41780}
This commit is contained in:
Sergey Silkin 2024-02-21 19:13:35 +01:00 committed by WebRTC LUCI CQ
parent fa01e3fdc0
commit efea7bb8cc

View File

@ -193,6 +193,12 @@ class FieldTrials : public FieldTrialsView {
key == "WebRTC-VP9QualityScaler") {
return "";
}
// TODO: bugs.webrtc.org/15827 - Fuzz frame drop config.
if (key == "WebRTC-LibvpxVp9Encoder-SvcFrameDropConfig") {
return "";
}
// Crash when using unexpected field trial to decide if it should be fuzzed
// or have a constant value.
RTC_CHECK(false) << "Unfuzzed field trial " << key << "\n";