Browse Source

Remove a useless directive.

Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet 17 years ago
parent
commit
c3b9f5fbce
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavutil/log.c

+ 0
- 1
libavutil/log.c View File

@@ -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;



Loading…
Cancel
Save