mirror of https://git.ffmpeg.org/ffmpeg.git
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;
|
return;
|
||||||
#undef fprintf
|
#undef fprintf
|
||||||
if(print_prefix && avc) {
|
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
|
#define fprintf please_use_av_log
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue