[SCM] libav/experimental: AV_LOG_DEBUG is not a good default ...

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:12 UTC 2013


The following commit has been merged in the experimental branch:
commit e18c1f19f6e83d1d533e27a32b201728ba8de4df
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 26 08:57:13 2005 +0000

    AV_LOG_DEBUG is not a good default ...
    
    Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 16d00bc..d1debfe 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list