Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef76c068 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] adjust some vidioc-*rst tables with wrong columns



Adjust simple cases where the columns on some vidioc files
are overriding their neighbours.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e7eaeb37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@ call.

.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|

.. cssclass:: longtable

.. flat-table:: Event Types
    :header-rows:  0
    :stub-columns: 0
+3 −1
Original line number Diff line number Diff line
@@ -108,7 +108,9 @@ one until ``EINVAL`` is returned.
       -  :cspan:`2`

	  .. _v4l2-fourcc:
	  ``#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`.
+3 −2
Original line number Diff line number Diff line
@@ -146,8 +146,9 @@ of the corresponding tuner/modulator is set.

       -  ``reserved``\ [9]

       -  Reserved for future extensions. Applications and drivers must set
	  the array to zero.
       -  Reserved for future extensions.

	  Applications and drivers must set the array to zero.



+2 −0
Original line number Diff line number Diff line
@@ -181,6 +181,8 @@ at index zero, incrementing by one until the driver returns ``EINVAL``.

.. _input-status:

.. tabularcolumns:: |p{4.8cm}|p{2.6cm}|p{10.1cm}|

.. flat-table:: Input Status Flags
    :header-rows:  0
    :stub-columns: 0
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ EINVAL.

.. _output-type:

.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
.. tabularcolumns:: |p{7.0cm}|p{1.8cm}|p{8.7cm}|

.. flat-table:: Output Type
    :header-rows:  0
Loading