Commit ed4c6ce7 authored by Michael Niedermayer's avatar Michael Niedermayer

tools/target_dem_fuzzer: ignore avformat_find_stream_info() failure

Such a failure should not be fatal and its worth testing this path too
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 153c6075
......@@ -141,8 +141,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
}
ret = avformat_find_stream_info(avfmt, NULL);
if (ret < 0)
goto end;
av_init_packet(&pkt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment