Message ID | 20240529222224.1582708-1-frkoenig@chromium.org |
---|---|
State | Accepted |
Commit | 96646f3a5a5dd32232c337cf468830113be4e48c |
Headers | show |
Series | Documentation: Fix v4l2_ctrl_vp8_frame struct | expand |
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 786127b1e206..22bde00d42df 100644 --- a/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst @@ -971,8 +971,8 @@ FWHT Flags - ``horizontal_scale`` - Horizontal scaling factor. * - __u8 - - ``vertical_scaling factor`` - - Vertical scale. + - ``vertical_scale`` + - Vertical scaling factor. * - __u8 - ``version`` - Bitstream version.
Description and control were out of sync. Signed-off-by: Fritz Koenig <frkoenig@chromium.org> --- .../userspace-api/media/v4l/ext-ctrls-codec-stateless.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)