diff --git a/libavformat/utils.c b/libavformat/utils.c index 9e6279a06b..1da1313e6e 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2201,7 +2201,7 @@ int av_find_stream_info(AVFormatContext *ic) /* we did not get all the codec info, but we read too much data */ if (read_size >= ic->probesize) { ret = count; - av_log(ic, AV_LOG_WARNING, "MAX_READ_SIZE:%d reached\n", ic->probesize); + av_log(ic, AV_LOG_DEBUG, "MAX_READ_SIZE:%d reached\n", ic->probesize); break; }