public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: media: Fix v4l2_vp9_segmentation
@ 2026-03-24 18:37 Fritz Koenig
  0 siblings, 0 replies; only message in thread
From: Fritz Koenig @ 2026-03-24 18:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, linux-kernel, Fritz Koenig

feature_data is defined as __s16 in the header.

Signed-off-by: Fritz Koenig <frkoenig@google.com>
---
 Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst
index 3b1e05c6eb13..d7a3b8ef03a7 100644
--- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst
+++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst
@@ -1877,7 +1877,7 @@ params syntax' of the :ref:`vp9` specification for more details.
     :stub-columns: 0
     :widths:       1 1 2
 
-    * - __u8
+    * - __s16
       - ``feature_data[8][4]``
       - Data attached to each feature. Data entry is only valid if the feature
         is enabled. The array shall be indexed with segment number as the first dimension

---
base-commit: e3c33bc767b5512dbfec643a02abf58ce608f3b2
change-id: 20260324-v4l2-doc-fix-66d613f32a2d

Best regards,
-- 
Fritz Koenig <frkoenig@google.com>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-24 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 18:37 [PATCH] Documentation: media: Fix v4l2_vp9_segmentation Fritz Koenig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox