From: Fritz Koenig Date: Thu, 30 May 2024 18:51:57 +0000 (-0700) Subject: Documentation: media: Fix v4l2_av1_segmentation table formatting X-Git-Tag: v6.12-rc1~82^2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34acbac08940359cf93d91d238ee281d8953e663;p=thirdparty%2Fkernel%2Fstable.git Documentation: media: Fix v4l2_av1_segmentation table formatting Fix incorrect formatting. Signed-off-by: Fritz Koenig Signed-off-by: Hans Verkuil [hverkuil: added missing commit message] --- 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 22bde00d42df5..e8d2d56d794f7 100644 --- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst @@ -3439,7 +3439,7 @@ semantics" of :ref:`av1`. - Bitmask defining which features are enabled in each segment. Use V4L2_AV1_SEGMENT_FEATURE_ENABLED to build a suitable mask. * - __u16 - - `feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX]`` + - ``feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX]`` - Data attached to each feature. Data entry is only valid if the feature is enabled.