From: Fritz Koenig Date: Tue, 24 Mar 2026 21:00:06 +0000 (-0700) Subject: Documentation: media: Fix v4l2_vp9_segmentation X-Git-Tag: v7.2-rc1~101^2~393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ec592de0dd984b3c639f8e7dec9441b5bcf83b;p=thirdparty%2Fkernel%2Flinux.git Documentation: media: Fix v4l2_vp9_segmentation feature_data is defined as __s16 in the header. Signed-off-by: Fritz Koenig Reviewed-by: Nicolas Dufresne Signed-off-by: Nicolas Dufresne Signed-off-by: Hans Verkuil --- 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 3b1e05c6eb139..d7a3b8ef03a78 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