提交 9bbe9a0d 编写于 作者: J Jai Menon

Display a more descriptive log message when probe buffer limit is

reached.

Originally committed as revision 23288 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 12bd3c1f
......@@ -2194,7 +2194,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_DEBUG, "MAX_READ_SIZE:%d reached\n", ic->probesize);
av_log(ic, AV_LOG_DEBUG, "Probe buffer size limit %d reached\n", ic->probesize);
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册