Skip to content

Commit

Permalink
av1.json: Explain lack of 32-bit support (Firefox)
Browse files Browse the repository at this point in the history
Add bugs to "Known Issues," mention them in "Notes."
  • Loading branch information
DeeDeeG committed Mar 26, 2019
1 parent bda678f commit abdaf50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions features-json/av1.json
Expand Up @@ -26,7 +26,9 @@
}
],
"bugs":[

{
"description":"AV1 decoding was not available in Firefox on Windows 32-bit starting from Firefox Nightly 63 and through Firefox 65. (It was then re-enabled in Firefox 66.) See [Bug 1445683 - Update aom](https://bugzilla.mozilla.org/show_bug.cgi?id=1445683) and [Bug 1475564 - Build libaom on win32](https://bugzilla.mozilla.org/show_bug.cgi?id=1475564)"
}
],
"categories":[
"Other"
Expand Down Expand Up @@ -350,8 +352,8 @@
"notes":"",
"notes_by_num":{
"1":"Supported in Edge when the AV1 Video Extension (Beta) is installed from the Microsoft Store",
"2":"Partial support in Firefox refers to being enabled by default only for Windows 64-bit users",
"3":"Partial support in Firefox refers to being enabled by default only for Windows and macOS users",
"2":"Partial support in Firefox 65 refers to being enabled by default only for Windows 64-bit users (see "Known Issues" for lack of 32-bit support.)",
"3":"Partial support in Firefox 66 refers to being enabled by default only for Windows and macOS users",
"4":"Can be enabled in Firefox via the `media.av1.enabled` flag in `about:config`",
"5":"Only available in Firefox Nightly (applies to older versions of Firefox)",
"6":"Can be enabled in Chrome via the `#enable-av1-decoder` flag in `chrome://flags`"
Expand Down

0 comments on commit abdaf50

Please sign in to comment.