changeset 1013:4abfc175a5d7 libavformat

Do not be too verbose
author lucabe
date Mon, 13 Mar 2006 09:48:32 +0000
parents 9a88a1f43ea9
children 90cb439ffca9
files v4l2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/v4l2.c	Mon Mar 13 09:47:37 2006 +0000
+++ b/v4l2.c	Mon Mar 13 09:48:32 2006 +0000
@@ -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)) {