Unreviewed changes
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: media/ffmpeg/ffmpeg_regression_tests.cc
Insertions: 2, Deletions: 0.
@@ -67,6 +67,7 @@
public:
FFmpegRegressionTest() {
scoped_feature_list_.InitWithFeatures({}, /*disabled_features=*/{
+ kDirectOpusAudioDecoding,
#if BUILDFLAG(ENABLE_SYMPHONIA)
kSymphoniaAudioDecoding,
kSymphoniaMp3Decoding,
@@ -86,6 +87,7 @@
public:
FlakyFFmpegRegressionTest() {
scoped_feature_list_.InitWithFeatures({}, /*disabled_features=*/{
+ kDirectOpusAudioDecoding,
#if BUILDFLAG(ENABLE_SYMPHONIA)
kSymphoniaAudioDecoding,
kSymphoniaMp3Decoding,
```
Change information
Commit message:
Disable Symphonia in ffmpeg tests
Bug: 527501449
Change-Id: I92f1a6b88491c73406cad68a856c5b4e6726ddb5
Cr-Commit-Position: refs/heads/main@{#1653467}
Files:
- M media/ffmpeg/BUILD.gn
- M media/ffmpeg/ffmpeg_regression_tests.cc
Change size: S
Delta: 2 files changed, 33 insertions(+), 0 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Jordan Bayles