mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1679356 - P1. Make the VP9 HW decoder work on Apple Silicon. r=haik
We relax the sandbox to allow querying the IOAVDHEVCDecodeCapabilities property Differential Revision: https://phabricator.services.mozilla.com/D97983
This commit is contained in:
parent
6a3e7d892e
commit
53f8a78ca2
@ -163,6 +163,7 @@ static const char SandboxPolicyRDD[] = R"SANDBOX_LITERAL(
|
||||
(iokit-property "IOGLBundleName")
|
||||
(iokit-property "IOGVACodec")
|
||||
(iokit-property "IOGVAHEVCDecode")
|
||||
(iokit-property "IOAVDHEVCDecodeCapabilities")
|
||||
(iokit-property "IOGVAHEVCEncode")
|
||||
(iokit-property "IOGVAXDecode")
|
||||
(iokit-property "IOPCITunnelled")
|
||||
|
Loading…
Reference in New Issue
Block a user