diff --git a/libavformat/utils.c b/libavformat/utils.c index 0a79fe7eb7..0732c46177 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2557,7 +2557,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) : &thread_opt); //try to just open decoders, in case this is enough to get parameters - if (!has_codec_parameters(st, NULL)) { + if (!has_codec_parameters(st, NULL) && st->request_probe <= 0) { if (codec && !st->codec->codec) avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt);