You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
indent
Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)){
|
if(print_prefix && (flags & AV_LOG_SKIP_REPEATED) && !strcmp(line, prev)){
|
||||||
count++;
|
count++;
|
||||||
if(is_atty==1)
|
if(is_atty==1)
|
||||||
fprintf(stderr, " Last message repeated %d times\r", count);
|
fprintf(stderr, " Last message repeated %d times\r", count);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(count>0){
|
if(count>0){
|
||||||
|
Reference in New Issue
Block a user