[PATCH] qv4l2: fix SDR format error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Jorge Maidana <jorgem.linux@xxxxxxxxx>
---
 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




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux