mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-12 09:39:46 +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)
|
||||
ctx->flags2 |= AV_CODEC_FLAG2_FAST;
|
||||
if (flags & 0x80)
|
||||
ctx->flags2 |= AV_CODEC_FLAG2_EXPORT_MVS;
|
||||
|
||||
if (flags & 0x40)
|
||||
av_force_cpu_flags(0);
|
||||
|
Loading…
Reference in New Issue
Block a user