[Ffmpeg-cvslog] CVS: ffmpeg/libavformat v4l2.c,1.5,1.6

Luca Abeni CVS lucabe
Mon Mar 13 10:48:35 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv31557/libavformat

Modified Files:
	v4l2.c 
Log Message:
Do not be too verbose


Index: v4l2.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/v4l2.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- v4l2.c	11 Mar 2006 00:22:21 -0000	1.5
+++ v4l2.c	13 Mar 2006 09:48:32 -0000	1.6
@@ -423,7 +423,7 @@
 
         return AVERROR_IO;
     }
-    av_log(s1, AV_LOG_ERROR, "[%d]Capabilities: %x\n", s->fd, capabilities);
+    av_log(s1, AV_LOG_INFO, "[%d]Capabilities: %x\n", s->fd, capabilities);
 
     desired_format = fmt_ff2v4l(ap->pix_fmt);
     if (desired_format == 0 || (device_init(s->fd, &width, &height, desired_format) < 0)) {





More information about the ffmpeg-cvslog mailing list