mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-15 11:17:49 +00:00
tools/target_dec_fuzzer: Fuzz AV_CODEC_FLAG2_EXPORT_MVS
This should increase coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a0fd56f55e
commit
9fa30cf855
@ -246,6 +246,8 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||||||
}
|
}
|
||||||
if ((flags & 0x10) && c->id != AV_CODEC_ID_H264)
|
if ((flags & 0x10) && c->id != AV_CODEC_ID_H264)
|
||||||
ctx->flags2 |= AV_CODEC_FLAG2_FAST;
|
ctx->flags2 |= AV_CODEC_FLAG2_FAST;
|
||||||
|
if (flags & 0x80)
|
||||||
|
ctx->flags2 |= AV_CODEC_FLAG2_EXPORT_MVS;
|
||||||
|
|
||||||
if (flags & 0x40)
|
if (flags & 0x40)
|
||||||
av_force_cpu_flags(0);
|
av_force_cpu_flags(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user