[PATCH] Documentation: media: Fix v4l2_vp9_segmentation

Fritz Koenig posted 1 patch 1 week, 2 days ago
There is a newer version of this series
Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: media: Fix v4l2_vp9_segmentation
Posted by Fritz Koenig 1 week, 2 days ago
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>