diff --git a/libavformat/utils.c b/libavformat/utils.c index db988c069b..24eacf3967 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -3348,7 +3348,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) if (t >= limit) { av_log(ic, AV_LOG_VERBOSE, "max_analyze_duration %"PRId64" reached at %"PRId64" microseconds st:%d\n", - max_analyze_duration, + limit, t, pkt->stream_index); if (ic->flags & AVFMT_FLAG_NOBUFFER) av_packet_unref(pkt);