[FFmpeg-cvslog] r20721 - trunk/libavutil/log.c
ramiro
subversion
Thu Dec 3 19:15:55 CET 2009
Author: ramiro
Date: Thu Dec 3 19:15:54 2009
New Revision: 20721
Log:
Make av_log_level static at next lavu major version bump.
Modified:
trunk/libavutil/log.c
Modified: trunk/libavutil/log.c
==============================================================================
--- trunk/libavutil/log.c Thu Dec 3 18:48:54 2009 (r20720)
+++ trunk/libavutil/log.c Thu Dec 3 19:15:54 2009 (r20721)
@@ -27,6 +27,9 @@
#include "avutil.h"
#include "log.h"
+#if LIBAVUTIL_VERSION_MAJOR > 50
+static
+#endif
int av_log_level = AV_LOG_INFO;
void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
More information about the ffmpeg-cvslog
mailing list