Commit f600381b authored by Thierry Foucu's avatar Thierry Foucu Committed by Michael Niedermayer

libavformat/utils.c: use correct variable for message.

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 0ae40c5a
......@@ -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);
......
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