diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 13:43:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 13:43:30 +0200 |
commit | 8968da9b8622f2da9b7f0a695acbe341ea28f55e (patch) | |
tree | 8ea0037207dd445a512abc4d72d90a8b29255da5 /Documentation/media/uapi/v4l/dev-raw-vbi.rst | |
parent | [media] doc-rst: update CEC_RECEIVE (diff) | |
download | linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.tar.xz linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.zip |
Revert "[media] docs-rst: escape [] characters"
This patch touches on places where it shouldn't: image
files and code examples. Also, it doesn't fix all array
occurrences.
So, let's revert it.
This reverts commit ffbab694ede33c294e5864a5e0bf4d1474446a71.
Diffstat (limited to 'Documentation/media/uapi/v4l/dev-raw-vbi.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/dev-raw-vbi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/v4l/dev-raw-vbi.rst b/Documentation/media/uapi/v4l/dev-raw-vbi.rst index eea4c05a0cd4..d5a4b3530b69 100644 --- a/Documentation/media/uapi/v4l/dev-raw-vbi.rst +++ b/Documentation/media/uapi/v4l/dev-raw-vbi.rst @@ -188,7 +188,7 @@ and always returns default parameters as :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` does service transmissions embedded in the picture. An application can set the first or second ``count`` value to zero - if no data is required from the respective field; ``count``\ \[1\] + if no data is required from the respective field; ``count``\ [1] if the scanning system is progressive, i. e. not interlaced. The corresponding start value shall be ignored by the application and driver. Anyway, drivers may not support single field capturing and @@ -318,7 +318,7 @@ The total size of a frame computes as follows: .. code-block:: c - (count\[0\] + count\[1\]) * samples_per_line * sample size in bytes + (count[0] + count[1]) * samples_per_line * sample size in bytes The sample size is most likely always one byte, applications must check the ``sample_format`` field though, to function properly with other |