提交 d7cd001f 编写于 作者: M Michael Niedermayer

indent

Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8a190533
......@@ -113,7 +113,7 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
if(print_prefix && (flags & AV_LOG_SKIP_REPEATED) && !strcmp(line, prev)){
count++;
if(is_atty==1)
fprintf(stderr, " Last message repeated %d times\r", count);
fprintf(stderr, " Last message repeated %d times\r", count);
return;
}
if(count>0){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册