On Tue, Mar 11, 2014 at 3:20 PM, Luca Barbato <[email protected]> wrote: > --- > libavformat/utils.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index fca588b..3f400e3 100644 > --- a/libavformat/utils.c > +++ b/libavformat/utils.c > @@ -2395,7 +2395,8 @@ int avformat_find_stream_info(AVFormatContext *ic, > AVDictionary **options) > /* check max_analyze_duration */ > if (av_rescale_q(pkt->dts - st->info->fps_first_dts, > st->time_base, > AV_TIME_BASE_Q) >= ic->max_analyze_duration) { > - av_log(ic, AV_LOG_WARNING, "max_analyze_duration reached\n"); > + av_log(ic, AV_LOG_WARNING, "max_analyze_duration %d > reached\n", > + ic->max_analyze_duration); > break; > } > }
OK Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
