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:
Jean-Yves Avenard 2020-11-27 21:26:11 +00:00
Родитель 6a3e7d892e
Коммит 53f8a78ca2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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")