Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: media: Fix v4l2_av1_segmentation table formatting

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]

authored by

Fritz Koenig and committed by
Hans Verkuil
34acbac0 8bf5671e

+1 -1
+1 -1
Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst
··· 3439 3439 - Bitmask defining which features are enabled in each segment. Use 3440 3440 V4L2_AV1_SEGMENT_FEATURE_ENABLED to build a suitable mask. 3441 3441 * - __u16 3442 - - `feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX]`` 3442 + - ``feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX]`` 3443 3443 - Data attached to each feature. Data entry is only valid if the feature 3444 3444 is enabled. 3445 3445