forked from mirrors/gecko-dev
Bug 1813145 - Enable AVIF sequences on nightly. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D168629
This commit is contained in:
parent
8c13b1fe8f
commit
2dbecf9ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -7127,7 +7127,7 @@
|
||||||
# Whether to allow decoding of animated AVIF sequences.
|
# Whether to allow decoding of animated AVIF sequences.
|
||||||
- name: image.avif.sequence.enabled
|
- name: image.avif.sequence.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: false
|
value: @IS_NIGHTLY_BUILD@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# Whether AVIF files containing sequences should be animated even when the
|
# Whether AVIF files containing sequences should be animated even when the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue