diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-08-06 12:04:35 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-08-06 12:04:35 +0000 |
commit | c3b9f5fbce8affa618577932eceea37af7f544c5 (patch) | |
tree | bb9608997b30875d061bda06b548aea3fa4169e4 /libavutil | |
parent | 2daefd2c00e5f41198a5f2a8ec32c8c1a276f934 (diff) | |
download | ffmpeg-c3b9f5fbce8affa618577932eceea37af7f544c5.tar.gz |
Remove a useless directive.
Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/log.c b/libavutil/log.c index bbf30945d1..9248752a55 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -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; |