projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a19053
)
indent
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 24 Sep 2010 16:18:40 +0000
(16:18 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 24 Sep 2010 16:18:40 +0000
(16:18 +0000)
Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/log.c
patch
|
blob
|
history
diff --git
a/libavutil/log.c
b/libavutil/log.c
index
52369a9
..
0fd7c96
100644
(file)
--- 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){