diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-09 19:14:52 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-13 23:41:22 +0100 |
commit | 8fa1bb506fc9b5b0f7b5e42cee4f8213325a98ee (patch) | |
tree | bb25176f9ebf4a518c29e08602c49dca0c46539c /Documentation/media/uapi/v4l/pixfmt-nv12mt.rst | |
parent | docs-rst: automatically convert Graphviz and SVG images (diff) | |
download | linux-8fa1bb506fc9b5b0f7b5e42cee4f8213325a98ee.tar.xz linux-8fa1bb506fc9b5b0f7b5e42cee4f8213325a98ee.zip |
docs-rst: Don't use explicit Makefile rules to build SVG and DOT files
Now that we have an extension to handle images, use it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-nv12mt.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-nv12mt.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst b/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst index 32d0c8743460..172a3825604e 100644 --- a/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst +++ b/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst @@ -33,8 +33,8 @@ Layout of macroblocks in memory is presented in the following figure. .. _nv12mt: -.. figure:: nv12mt.* - :alt: nv12mt.pdf / nv12mt.svg +.. kernel-figure:: nv12mt.svg + :alt: nv12mt.svg :align: center V4L2_PIX_FMT_NV12MT macroblock Z shape memory layout @@ -50,8 +50,8 @@ interleaved. Height of the buffer is aligned to 32. .. _nv12mt_ex: -.. figure:: nv12mt_example.* - :alt: nv12mt_example.pdf / nv12mt_example.svg +.. kernel-figure:: nv12mt_example.svg + :alt: nv12mt_example.svg :align: center Example V4L2_PIX_FMT_NV12MT memory layout of macroblocks |