diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-03-13 14:34:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-22 06:21:51 -0400 |
commit | 579260a5ef48703570acf56c0ceb63aea720784b (patch) | |
tree | 1da2992bc753e6b38736ae778b6ecc737f03fb46 /Documentation | |
parent | 0dee3c6a611b6bd6b613da04bfab9ca64550853e (diff) | |
download | linux-579260a5ef48703570acf56c0ceb63aea720784b.tar.bz2 |
media: pixfmt-v4l2.rst: fix broken enum :c:type
:c:type:: -> :c:type:
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-v4l2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-v4l2.rst b/Documentation/media/uapi/v4l/pixfmt-v4l2.rst index 2ee164c25637..6622938c1b41 100644 --- a/Documentation/media/uapi/v4l/pixfmt-v4l2.rst +++ b/Documentation/media/uapi/v4l/pixfmt-v4l2.rst @@ -40,7 +40,7 @@ Single-planar format structure RGB formats in :ref:`rgb-formats`, YUV formats in :ref:`yuv-formats`, and reserved codes in :ref:`reserved-formats` - * - enum :c:type::`v4l2_field` + * - enum :c:type:`v4l2_field` - ``field`` - Video images are typically interlaced. Applications can request to capture or output only the top or bottom field, or both fields |