# HG changeset patch # User lucabe # Date 1142243312 0 # Node ID 4abfc175a5d72f2bd4667841f126a44bb66c7698 # Parent 9a88a1f43ea9a7b9b1f1548d1532ba503f5e026b Do not be too verbose diff -r 9a88a1f43ea9 -r 4abfc175a5d7 v4l2.c --- 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)) {