summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/dev-raw-vbi.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 15:20:11 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 15:20:11 -0300
commitffbab694ede33c294e5864a5e0bf4d1474446a71 (patch)
treed1bf96518d2a909215aa7820d0ea9041923d3996 /Documentation/media/uapi/v4l/dev-raw-vbi.rst
parent4855307b81f02af4853e02cba2ce16eb29376548 (diff)
downloadop-kernel-dev-ffbab694ede33c294e5864a5e0bf4d1474446a71.zip
op-kernel-dev-ffbab694ede33c294e5864a5e0bf4d1474446a71.tar.gz
[media] docs-rst: escape [] characters
Those characters are used for citations. Better to escape, to avoid them to be misinterpreted. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/dev-raw-vbi.rst')
-rw-r--r--Documentation/media/uapi/v4l/dev-raw-vbi.rst4
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 d5a4b35..eea4c05 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
OpenPOWER on IntegriCloud