aboutsummaryrefslogtreecommitdiff
path: root/projects/kimageformats/kimgio_fuzzer.cc
diff options
context:
space:
mode:
authorDaniel Novomeský <52529860+novomesk@users.noreply.github.com>2020-12-15 17:49:23 +0100
committerGitHub <noreply@github.com>2020-12-15 08:49:23 -0800
commita4207919e661e5607e624f81cc81773ee02ffb2a (patch)
tree29fa7ee142ce3e9d9ee6964fcad0b15d785fa245 /projects/kimageformats/kimgio_fuzzer.cc
parent2356a68eddf1737d50880c5d71202ae6aa98dc93 (diff)
downloadoss-fuzz-a4207919e661e5607e624f81cc81773ee02ffb2a.tar.gz
Add AVIF format to kimageformats project (#4850)
* Add AVIF format to kimageformats project * Update build.sh Include license Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
Diffstat (limited to 'projects/kimageformats/kimgio_fuzzer.cc')
-rw-r--r--projects/kimageformats/kimgio_fuzzer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/kimageformats/kimgio_fuzzer.cc b/projects/kimageformats/kimgio_fuzzer.cc
index 7a17076c8..4fe579d0b 100644
--- a/projects/kimageformats/kimgio_fuzzer.cc
+++ b/projects/kimageformats/kimgio_fuzzer.cc
@@ -20,7 +20,7 @@
Usage:
python infra/helper.py build_image kimageformats
python infra/helper.py build_fuzzers --sanitizer undefined|address|memory kimageformats
- python infra/helper.py run_fuzzer kimageformats kimgio_[kra|ora|pcx|pic|psd|ras|rgb|tga|xcf]_fuzzer
+ python infra/helper.py run_fuzzer kimageformats kimgio_[avif|kra|ora|pcx|pic|psd|ras|rgb|tga|xcf]_fuzzer
*/
@@ -28,6 +28,7 @@
#include <QCoreApplication>
#include <QImage>
+#include "avif_p.h"
#include "kra.h"
#include "ora.h"
#include "pcx_p.h"