All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jorge Maidana <jorgem.linux@gmail.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: linux-media@vger.kernel.org, Jorge Maidana <jorgem.linux@gmail.com>
Subject: [PATCH] qv4l2: fix SDR format error message
Date: Tue, 25 Jul 2023 14:28:33 -0300	[thread overview]
Message-ID: <20230725172833.9484-1-jorgem.linux@gmail.com> (raw)

Change 'VBI' to 'SDR' in SDR format error message.

Signed-off-by: Jorge Maidana <jorgem.linux@gmail.com>
---
 utils/qv4l2/qv4l2.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp
index d4a0617..e37ee87 100644
--- a/utils/qv4l2/qv4l2.cpp
+++ b/utils/qv4l2/qv4l2.cpp
@@ -1491,7 +1491,7 @@ void ApplicationWindow::capStart(bool start)
 		cv4l_fmt fmt;
 
 		if (g_fmt(fmt)) {
-			error("could not obtain an VBI format\n");
+			error("could not obtain an SDR format\n");
 			return;
 		}
 		if (fmt.fmt.sdr.pixelformat != V4L2_SDR_FMT_CU8) {
-- 
2.30.2


                 reply	other threads:[~2023-07-25 17:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230725172833.9484-1-jorgem.linux@gmail.com \
    --to=jorgem.linux@gmail.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.