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: add missing > in aspect option usage message Author: Hans Verkuil <[email protected]> Date: Fri Aug 11 10:19:22 2023 +0200 The usage message said "<aspect" instead of "<aspect>" in two places. Add the missing >. Signed-off-by: Hans Verkuil <[email protected]> utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=b66fd0247bb60f64c9fb247120a526a11a996cb3 diff --git a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp b/utils/v4l2-ctl/v4l2-ctl-streaming.cpp index 83d54720c8ac..86267583f6f8 100644 --- a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp +++ b/utils/v4l2-ctl/v4l2-ctl-streaming.cpp @@ -355,10 +355,10 @@ void streaming_usage() " show a border around the pillar/letterboxed video.\n" " --stream-out-sav insert an SAV code in every line.\n" " --stream-out-eav insert an EAV code in every line.\n" - " --stream-out-pixel-aspect <aspect\n" + " --stream-out-pixel-aspect <aspect>\n" " select a pixel aspect ratio. The default is to autodetect.\n" " <aspect> can be one of: square, ntsc, pal\n" - " --stream-out-video-aspect <aspect\n" + " --stream-out-video-aspect <aspect>\n" " select a video aspect ratio. The default is to use the frame ratio.\n" " <aspect> can be one of: 4x3, 14x9, 16x9, anamorphic\n" " --stream-out-alpha <alpha-value>\n" _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
