]> git.sesse.net Git - ffmpeg/commitdiff
AV_LOG_DEBUG is not a good default ...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 26 May 2005 08:57:13 +0000 (08:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 May 2005 08:57:13 +0000 (08:57 +0000)
Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/utils.c

index 16d00bc33a031ea3e82968fe95a2b8eeded7c534..d1debfe4020eb0b8b83df6c6ed67ff3495e55d0f 100644 (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)
 {