mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Make av_log_level static at next lavu major version bump.
Originally committed as revision 20721 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2ae87a6d5a
commit
e244f54e78
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user