Documentation: media: Fix v4l2_av1_segmentation table formatting
authorFritz Koenig <frkoenig@chromium.org>
Thu, 30 May 2024 18:51:57 +0000 (11:51 -0700)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 9 Aug 2024 05:56:37 +0000 (07:56 +0200)
Fix incorrect formatting.

Signed-off-by: Fritz Koenig <frkoenig@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: added missing commit message]

Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst

index 22bde00d42df5594939a0f18495f1513c462cdb8..e8d2d56d794f7403befa8ef472c514ce56b38b3f 100644 (file)
@@ -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.