[Media] Enable AV1 by default if built

This commit is contained in:
Matt A. Tobin 2021-01-18 14:56:32 -05:00 committed by roytam1
commit 1f54cfa658

View file

@ -580,7 +580,7 @@ pref("media.mediasource.webm.enabled", true);
pref("media.mediasource.webm.audio.enabled", true);
#ifdef MOZ_AV1
pref("media.av1.enabled", false);
pref("media.av1.enabled", true);
#endif
// Use new MediaFormatReader architecture for plain ogg.