* [PATCH] qv4l2: fix SDR format error message
@ 2023-07-25 17:28 Jorge Maidana
0 siblings, 0 replies; only message in thread
From: Jorge Maidana @ 2023-07-25 17:28 UTC (permalink / raw)
To: Hans Verkuil; +Cc: linux-media, Jorge Maidana
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-25 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 17:28 [PATCH] qv4l2: fix SDR format error message Jorge Maidana
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.