diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-15 23:52:13 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 16:04:16 +0300 |
commit | 806da2986f08756c8ee8831e39237dddc96afc38 (patch) | |
tree | ef950ae96ca8ba0c128a2bf8a68faee8d830755a /Documentation/media/uapi/v4l/vidioc-enum-fmt.rst | |
parent | b6b6e67824ec0593878afbee5958d80205606210 (diff) | |
download | linux-806da2986f08756c8ee8831e39237dddc96afc38.tar.xz |
[media] docs-rst: get rid of code-block inside tables
There are two tables with a C code-block inside it. Unfortunately,
that causes LaTeX output to break. Yet, there's nothing special
there, so let's remove the code-block from them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-enum-fmt.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-enum-fmt.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-enum-fmt.rst b/Documentation/media/uapi/v4l/vidioc-enum-fmt.rst index 4715261631ab..13d5b509a829 100644 --- a/Documentation/media/uapi/v4l/vidioc-enum-fmt.rst +++ b/Documentation/media/uapi/v4l/vidioc-enum-fmt.rst @@ -105,11 +105,8 @@ one until ``EINVAL`` is returned. - :cspan:`2` - .. _v4l2-fourcc: - .. code-block:: c - - #define v4l2_fourcc(a,b,c,d) (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24)) + ``#define v4l2_fourcc(a,b,c,d) (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))`` Several image formats are already defined by this specification in :ref:`pixfmt`. |