diff --git a/libavformat/utils.c b/libavformat/utils.c index 962370c7ec..9577968d4f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2888,7 +2888,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) int err = 0; av_init_packet(&empty_pkt); - if (ret >= 0) + if (ret >= 0 && ic->nb_streams) ret = -1; /* we could not have all the codec parameters before EOF */ for(i=0;inb_streams;i++) {