media: vicodec: add documentation to V4L2_PIX_FMT_FWHT_STATELESS
authorDafna Hirschfeld <dafna3@gmail.com>
Wed, 6 Mar 2019 21:13:39 +0000 (16:13 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 25 Mar 2019 18:01:20 +0000 (14:01 -0400)
add documentation to V4L2_PIX_FMT_FWHT_STATELESS
in pixfmt-compressed.rst

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/media/uapi/v4l/pixfmt-compressed.rst

index 2675bef3eefe9fcadd0c3d884486f9047daeca93..6c961cfb74dae403f9c1e9991130d2b8f8c768e2 100644 (file)
@@ -125,3 +125,9 @@ Compressed Formats
       - Video elementary stream using a codec based on the Fast Walsh Hadamard
         Transform. This codec is implemented by the vicodec ('Virtual Codec')
        driver. See the codec-fwht.h header for more details.
+    * .. _V4L2-PIX-FMT-FWHT-STATELESS:
+
+      - ``V4L2_PIX_FMT_FWHT_STATELESS``
+      - 'SFWH'
+      - Same format as V4L2_PIX_FMT_FWHT but requires stateless codec implementation.
+       See the :ref:`associated Codec Control IDs <v4l2-mpeg-fwht>`.