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-info: support V4L2_FMT_FLAG_META_LINE_BASED
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Apr 29 15:07:28 2024 +0200

Detect if this flag is set and report it.

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

 utils/common/v4l2-info.cpp | 1 +
 1 file changed, 1 insertion(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=d333ba126430b96aa3f6a0378d8d7da329149cbd
diff --git a/utils/common/v4l2-info.cpp b/utils/common/v4l2-info.cpp
index 72731bad8016..cfd242aacb12 100644
--- a/utils/common/v4l2-info.cpp
+++ b/utils/common/v4l2-info.cpp
@@ -381,6 +381,7 @@ static constexpr flag_def fmtdesc_ ## enc_type ## _def[] = 
{                        \
        { V4L2_FMT_FLAG_CSC_YCBCR_ENC, "csc-"#enc_type },                       
\
        { V4L2_FMT_FLAG_CSC_QUANTIZATION, "csc-quantization" },                 
\
        { V4L2_FMT_FLAG_CSC_XFER_FUNC, "csc-xfer-func" },                       
\
+       { V4L2_FMT_FLAG_META_LINE_BASED, "meta-line-based" },                   
\
        { 0, NULL }                                                             
\
 };
 

Reply via email to