[FFmpeg-cvslog] libavformat/utils.c: use correct variable for message.
Thierry Foucu
git at videolan.org
Fri Sep 11 21:37:28 CEST 2015
ffmpeg | branch: master | Thierry Foucu <tfoucu at gmail.com> | Fri Sep 11 12:17:59 2015 -0700| [f600381b79efde4a278d261753f4cc5dc25d2a46] | committer: Michael Niedermayer
libavformat/utils.c: use correct variable for message.
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f600381b79efde4a278d261753f4cc5dc25d2a46
---
libavformat/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index db988c0..24eacf3 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);
More information about the ffmpeg-cvslog
mailing list