forked from FFmpeg/FFmpeg
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: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
153c607525
commit
ed4c6ce750
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = avformat_find_stream_info(avfmt, NULL);
|
ret = avformat_find_stream_info(avfmt, NULL);
|
||||||
if (ret < 0)
|
|
||||||
goto end;
|
|
||||||
|
|
||||||
av_init_packet(&pkt);
|
av_init_packet(&pkt);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue