mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
Documentation: media: Fix v4l2_vp9_segmentation
feature_data is defined as __s16 in the header. Signed-off-by: Fritz Koenig <frkoenig@chromium.org> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
254f49634e
commit
05ec592de0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user