This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l2-ctl: fix alignment meta formats usage message
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Nov 13 11:00:35 2023 +0100

The alignment of the --help-meta usage message is messy.
Line it up properly.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/v4l2-ctl/v4l2-ctl-meta.cpp | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=ed1546758aa2153a5e6077ca973f7b7e9213ff94
diff --git a/utils/v4l2-ctl/v4l2-ctl-meta.cpp b/utils/v4l2-ctl/v4l2-ctl-meta.cpp
index 1e4117cbb52a..6ad56845a46a 100644
--- a/utils/v4l2-ctl/v4l2-ctl-meta.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-meta.cpp
@@ -10,27 +10,27 @@ void meta_usage()
 {
        printf("\nMetadata Formats options:\n"
               "  --list-formats-meta [<mbus_code>] display supported metadata 
capture formats.\n"
-              "                      <mbus_code> is an optional media bus 
code, if the device has\n"
-              "                      capability V4L2_CAP_IO_MC then only 
formats that support this\n"
-              "                      media bus code are listed 
[VIDIOC_ENUM_FMT]\n"
-              "  --get-fmt-meta      query the metadata capture format 
[VIDIOC_G_FMT]\n"
-              "  --set-fmt-meta <f>  set the metadata capture format 
[VIDIOC_S_FMT]\n"
+              "                     <mbus_code> is an optional media bus code, 
if the device has\n"
+              "                     capability V4L2_CAP_IO_MC then only 
formats that support this\n"
+              "                     media bus code are listed 
[VIDIOC_ENUM_FMT]\n"
+              "  --get-fmt-meta     query the metadata capture format 
[VIDIOC_G_FMT]\n"
+              "  --set-fmt-meta <f> set the metadata capture format 
[VIDIOC_S_FMT]\n"
               "                     parameter is either the format index as 
reported by\n"
               "                     --list-formats-meta, or the fourcc value 
as a string\n"
-              "  --try-fmt-meta <f>  try the metadata capture format 
[VIDIOC_TRY_FMT]\n"
+              "  --try-fmt-meta <f> try the metadata capture format 
[VIDIOC_TRY_FMT]\n"
               "                     parameter is either the format index as 
reported by\n"
               "                     --list-formats-meta, or the fourcc value 
as a string\n"
               "  --list-formats-meta-out [<mbus_code>] display supported 
metadata output formats.\n"
-              "                      <mbus_code> is an optional media bus 
code, if the device has\n"
-              "                      capability V4L2_CAP_IO_MC then only 
formats that support this\n"
-              "                      media bus code are listed 
[VIDIOC_ENUM_FMT]\n"
-              "  --get-fmt-meta-out      query the metadata output format 
[VIDIOC_G_FMT]\n"
-              "  --set-fmt-meta-out <f>  set the metadata output format 
[VIDIOC_S_FMT]\n"
-              "                          parameter is either the format index 
as reported by\n"
-              "                          --list-formats-meta-out, or the 
fourcc value as a string\n"
-              "  --try-fmt-meta-out <f>  try the metadata output format 
[VIDIOC_TRY_FMT]\n"
-              "                          parameter is either the format index 
as reported by\n"
-              "                          --list-formats-meta-out, or the 
fourcc value as a string\n"
+              "                     <mbus_code> is an optional media bus code, 
if the device has\n"
+              "                     capability V4L2_CAP_IO_MC then only 
formats that support this\n"
+              "                     media bus code are listed 
[VIDIOC_ENUM_FMT]\n"
+              "  --get-fmt-meta-out query the metadata output format 
[VIDIOC_G_FMT]\n"
+              "  --set-fmt-meta-out <f> set the metadata output format 
[VIDIOC_S_FMT]\n"
+              "                     parameter is either the format index as 
reported by\n"
+              "                     --list-formats-meta-out, or the fourcc 
value as a string\n"
+              "  --try-fmt-meta-out <f> try the metadata output format 
[VIDIOC_TRY_FMT]\n"
+              "                     parameter is either the format index as 
reported by\n"
+              "                     --list-formats-meta-out, or the fourcc 
value as a string\n"
               );
 }
 

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to