This should increase coverage
Signed-off-by: Michael Niedermayer <[email protected]>
---
tools/target_dec_fuzzer.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
index f1768d4dce..7e73c83686 100644
--- a/tools/target_dec_fuzzer.c
+++ b/tools/target_dec_fuzzer.c
@@ -210,6 +210,8 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t
size) {
}
if (flags & 0x10)
ctx->flags2 |= AV_CODEC_FLAG2_FAST;
+ if (flags & 0x80)
+ ctx->flags2 |= AV_CODEC_FLAG2_EXPORT_MVS;
if (flags & 0x40)
av_force_cpu_flags(0);
--
2.17.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".