diff --git a/libavutil/log.c b/libavutil/log.c index 52369a9d5ed17d289a975291a62ac817a273cfce..0fd7c96baae53fed6834922f4282471972435b50 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -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){