Closed
Bug 1863163
Opened 2 years ago
Closed 1 year ago
Consider enabling AV1 (dav1d) for Arm64 Windows as well
Categories
(Core :: Audio/Video: Playback, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 1903479
People
(Reporter: jan, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: nightly-community)
bug 1518344 (patch4, patch5) re-enabled the RDD process for Arm64 Windows, but forgot to enable AV1 there (https://searchfox.org/mozilla-central/rev/babdd651feb0febab950eb5257f874632169bb7e/modules/libpref/init/StaticPrefList.yaml#10413,10428).
Can the code now be changed to the following?
# AV1
- name: media.av1.enabled
type: RelaxedAtomicBool
value: true
mirror: always
- name: media.av1.use-dav1d
type: RelaxedAtomicBool
value: true
mirror: always
IIUC, on some operating systems (DragonFly, NetBSD and Solaris), av1 would be decoded in the content process as expected (bug 1536126 comment 11) because the RDD process is still not enabled for them.
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•