diff options
author | Andrzej Pietrasiewicz <andrzej.p@collabora.com> | 2021-02-04 17:16:59 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-11 11:59:42 +0100 |
commit | bcbe55dc7b41c333970bde85eddfc5ac23e87433 (patch) | |
tree | 7ba8be5000c7dbb8ccf012936c4e721035188e7a /include/uapi/linux/v4l2-controls.h | |
parent | 34d5fc1e0da1698783efd227c6cc46f0f4124148 (diff) | |
download | linux-stable-bcbe55dc7b41c333970bde85eddfc5ac23e87433.tar.gz linux-stable-bcbe55dc7b41c333970bde85eddfc5ac23e87433.tar.bz2 linux-stable-bcbe55dc7b41c333970bde85eddfc5ac23e87433.zip |
media: uapi: Correct doc comment in H264 uAPI
struct v4l2_ctrl_h264_pps members obviously match picture parameter syntax,
not sequence parameter syntax.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/uapi/linux/v4l2-controls.h')
-rw-r--r-- | include/uapi/linux/v4l2-controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index 039c0d7add1b..61441c250239 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -1329,7 +1329,7 @@ struct v4l2_ctrl_h264_sps { * struct v4l2_ctrl_h264_pps - H264 picture parameter set * * Except where noted, all the members on this picture parameter set - * structure match the sequence parameter set syntax as specified + * structure match the picture parameter set syntax as specified * by the H264 specification. * * In particular, V4L2_H264_PPS_FLAG_SCALING_MATRIX_PRESENT flag |