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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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;
.. code-block:: c
+ :caption: Example 2: Switching to the first video input
int index;