Commit 3f4fb57e authored by benoit's avatar benoit

Remove a useless directive.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14645 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 619e25da
......@@ -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