Skip to content

Commit

Permalink
Disable progressive support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
osagie98 committed Dec 18, 2024
1 parent dc4f6de commit 573c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/base/media_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const base::FeatureParam<int> kDecreaseProcessingAudioFifoSizeValue{
// When disabled, Cobalt rejects progressive video formats.
BASE_FEATURE(kCobaltProgressivePlayback,
"CobaltProgressivePlayback",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);
#endif // BUILDFLAG(USE_STARBOARD_MEDIA)

#if BUILDFLAG(IS_CHROMEOS)
Expand Down

0 comments on commit 573c11c

Please sign in to comment.