changeset 2733:32336384162e libavcodec

AV_LOG_DEBUG is not a good default ...
author michael
date Thu, 26 May 2005 08:57:13 +0000
parents 473ee06ec3a1
children aeea63c97878
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Wed May 25 08:05:41 2005 +0000
+++ b/utils.c	Thu May 26 08:57:13 2005 +0000
@@ -961,7 +961,7 @@
 
 /* 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)
 {