doc-rst: standard: read the example captions
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 2 Jul 2016 11:32:22 +0000 (08:32 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 3 Jul 2016 13:05:12 +0000 (10:05 -0300)
Those got lost during format conversion.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/linux_tv/media/v4l/standard.rst

index 20c0d044a1294279dff30338d6cfeeadecf401a4..11d1a7183c73f887492912699e52ecb4c65e251c 100644 (file)
@@ -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;
This page took 0.025651 seconds and 5 git commands to generate.