Commit d1e85fee authored by ramiro's avatar ramiro

Make av_log_level static at next lavu major version bump.

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