mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1817479 - Enable AVIF sequence support in DecodeToSurface Fuzzer. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D170230
This commit is contained in:
parent
647a3b8ce0
commit
f14d70cf52
@ -137,7 +137,7 @@ static int RunDecodeToSurfaceFuzzingJXL(nsCOMPtr<nsIInputStream> inputStream) {
|
||||
#endif
|
||||
|
||||
int FuzzingInitImage(int* argc, char*** argv) {
|
||||
Preferences::SetBool("image.avif.enabled", true);
|
||||
Preferences::SetBool("image.avif.sequence.enabled", true);
|
||||
#ifdef MOZ_JXL
|
||||
Preferences::SetBool("image.jxl.enabled", true);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user