mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
indent
Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8a19053361
commit
d7cd001ff2
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user