Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-09-24 16:18:40 +00:00
parent 8a19053361
commit d7cd001ff2

View File

@ -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){