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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Thierry Foucu 2015-09-11 12:17:59 -07:00 committed by Michael Niedermayer
parent 0ae40c5a70
commit f600381b79
1 changed files with 1 additions and 1 deletions

View File

@ -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);