mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 18:53:02 +00:00
Cosmetics: indentation
Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bbf020e977
commit
2daefd2c00
@ -36,7 +36,7 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
|
||||
return;
|
||||
#undef fprintf
|
||||
if(print_prefix && avc) {
|
||||
fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr);
|
||||
fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr);
|
||||
}
|
||||
#define fprintf please_use_av_log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user