Bug 1817479 - Enable AVIF sequence support in DecodeToSurface Fuzzer. r=tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D170230
This commit is contained in:
Tyson Smith 2023-02-18 04:19:54 +00:00
parent 647a3b8ce0
commit f14d70cf52

View File

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