[FFmpeg-cvslog] r25178 - trunk/libavutil/log.c
michael
subversion
Fri Sep 24 18:18:40 CEST 2010
Author: michael
Date: Fri Sep 24 18:18:40 2010
New Revision: 25178
Log:
indent
Modified:
trunk/libavutil/log.c
Modified: trunk/libavutil/log.c
==============================================================================
--- trunk/libavutil/log.c Fri Sep 24 18:18:10 2010 (r25177)
+++ trunk/libavutil/log.c Fri Sep 24 18:18:40 2010 (r25178)
@@ -113,7 +113,7 @@ void av_log_default_callback(void* ptr,
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){
More information about the ffmpeg-cvslog
mailing list