mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
[Media] Enable AV1 by default if built
This commit is contained in:
parent
82994ebc15
commit
1f54cfa658
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue