Commit c3b9f5fb authored by Benoit Fouet's avatar Benoit Fouet

Remove a useless directive.

Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2daefd2c
......@@ -38,7 +38,6 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
if(print_prefix && avc) {
fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr);
}
#define fprintf please_use_av_log
print_prefix= strstr(fmt, "\n") != NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment