diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-15 11:01:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 10:00:34 -0300 |
commit | 1bf0907b59ad02ea1b547609e6c0ece5f71e356a (patch) | |
tree | ae0e2ca60576fb451752e07777e2e8f8e70bcfd7 /Documentation/media/uapi/v4l/pixfmt-nv12mt.rst | |
parent | b6aa39228966e0d3f0bc3306be1892f87792903a (diff) | |
download | linux-1bf0907b59ad02ea1b547609e6c0ece5f71e356a.tar.gz linux-1bf0907b59ad02ea1b547609e6c0ece5f71e356a.tar.bz2 linux-1bf0907b59ad02ea1b547609e6c0ece5f71e356a.zip |
[media] pixfmt-nv12mt.rst: use PNG instead of GIF
pdflatex doesn't like gif images:
None:None: WARNING: no matching candidate for image URI u'media/uapi/v4l/pixfmt-nv12mt_files/nv12mt.*'
None:None: WARNING: no matching candidate for image URI u'media/uapi/v4l/pixfmt-nv12mt_files/nv12mt_example.*'
But it works fine with png. So, convert them. As a plus, PNG images
are smaller.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-nv12mt.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-nv12mt.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst b/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst index 6198941bb814..1e6fdf0194f5 100644 --- a/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst +++ b/Documentation/media/uapi/v4l/pixfmt-nv12mt.rst @@ -36,7 +36,7 @@ Layout of macroblocks in memory is presented in the following figure. .. _nv12mt: .. figure:: pixfmt-nv12mt_files/nv12mt.* - :alt: nv12mt.gif + :alt: nv12mt.png :align: center V4L2_PIX_FMT_NV12MT macroblock Z shape memory layout @@ -53,7 +53,7 @@ interleaved. Height of the buffer is aligned to 32. .. _nv12mt_ex: .. figure:: pixfmt-nv12mt_files/nv12mt_example.* - :alt: nv12mt_example.gif + :alt: nv12mt_example.png :align: center Example V4L2_PIX_FMT_NV12MT memory layout of macroblocks |