summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-02 08:32:22 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-03 10:05:12 -0300
commitf243762fed05a37bbc6b14e03ebbdf0b59d39ed9 (patch)
treec1ddd7557e0c87e067c3716d5457b5ce63d0762d /Documentation
parent8f417040252224255c27480ad836979873919cf7 (diff)
doc-rst: standard: read the example captions
Those got lost during format conversion. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/linux_tv/media/v4l/standard.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/linux_tv/media/v4l/standard.rst b/Documentation/linux_tv/media/v4l/standard.rst
index 20c0d044a129..11d1a7183c73 100644
--- a/Documentation/linux_tv/media/v4l/standard.rst
+++ b/Documentation/linux_tv/media/v4l/standard.rst
@@ -66,6 +66,7 @@ standard ioctls can be used with the given input or output.
.. code-block:: c
+ :caption: Example 5: Information about the current video standard
v4l2_std_id std_id;
struct v4l2_standard standard;
@@ -101,6 +102,7 @@ standard ioctls can be used with the given input or output.
.. code-block:: c
+ :caption: Example 6: Listing the video standards supported by the current input
struct v4l2_input input;
struct v4l2_standard standard;
@@ -139,6 +141,7 @@ standard ioctls can be used with the given input or output.
.. code-block:: c
+ :caption: Example 7: Selecting a new video standard
struct v4l2_input input;
v4l2_std_id std_id;