1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00

AV_LOG_DEBUG is not a good default ...

Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-05-26 08:57:13 +00:00
parent d1ccf0e0a6
commit e18c1f19f6

View File

@ -961,7 +961,7 @@ int64_t ff_gcd(int64_t a, int64_t b){
/* av_log API */
static int av_log_level = AV_LOG_DEBUG;
static int av_log_level = AV_LOG_INFO;
static void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
{