summaryrefslogtreecommitdiff
path: root/libavutil/log.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-24 16:18:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-24 16:18:40 +0000
commitd7cd001ff2e54052d8c3017eac32977ec52403f8 (patch)
treec09f393e660bcd05e5c6d12bef60596f3cc97db6 /libavutil/log.c
parent8a19053361938bc05c3f6521b44786ce481356f5 (diff)
indent
Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.c')
-rw-r--r--libavutil/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.c b/libavutil/log.c
index 52369a9d5e..0fd7c96baa 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){