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

Commit 013504f5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: video: Restore the captions for the examples



There are two examples in the code, but the captions of them
were lost during the ReST conversion. Manually add them again.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c7685f27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ applications call the :ref:`VIDIOC_S_INPUT <vidioc-g-input>` and
implement all the input ioctls when the device has one or more inputs,
all the output ioctls when the device has one or more outputs.


.. code-block:: c
    :caption: Example 1: Information about the current video input

    struct v4l2_input input;
    int index;
@@ -51,6 +51,7 @@ all the output ioctls when the device has one or more outputs.


.. code-block:: c
    :caption: Example 2: Switching to the first video input

    int index;