[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c,1.140,1.141
Michael Niedermayer CVS
michael
Thu May 26 10:57:16 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat rtp.c, 1.16, 1.17 rtp.h, 1.2, 1.3 rtsp.c, 1.21, 1.22 rtsp.h, 1.5, 1.6
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.329,1.330
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv9316
Modified Files:
utils.c
Log Message:
AV_LOG_DEBUG is not a good default ...
Index: utils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/utils.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- utils.c 13 May 2005 18:10:22 -0000 1.140
+++ utils.c 26 May 2005 08:57:13 -0000 1.141
@@ -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)
{
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat rtp.c, 1.16, 1.17 rtp.h, 1.2, 1.3 rtsp.c, 1.21, 1.22 rtsp.h, 1.5, 1.6
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.329,1.330
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list