提交 dd96815f 编写于 作者: M Mauro Carvalho Chehab

doc-rst: selection-api-006: add missing captions

The example captions got stripped by the conversion to ReST.
Re-add.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 da1621c3
......@@ -10,6 +10,7 @@ Examples
.. code-block:: c
:caption: Example 1.15. Resetting the cropping parameters
struct v4l2_selection sel = {
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE,
......@@ -28,6 +29,7 @@ placed at a center of a display.
.. code-block:: c
:caption: Example 1.16. Simple downscaling
struct v4l2_selection sel = {
.type = V4L2_BUF_TYPE_VIDEO_OUTPUT,
......@@ -55,6 +57,7 @@ for other devices
.. code-block:: c
:caption: Example 1.17. Querying for scaling factors
struct v4l2_selection compose = {
.type = V4L2_BUF_TYPE_VIDEO_OUTPUT,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册