mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Cosmetics: indentation
Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user