aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/media
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2018-08-21 02:53:34 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-08-31 08:27:43 -0400
commit21abebf06dc97721238b77cf03d0be8c839a3898 (patch)
tree156b8d7a9757813b4d1112f2237edad5770c1ab0 /Documentation/media
parentmedia: vicodec: improve handling of uncompressable planes (diff)
downloadlinux-dev-21abebf06dc97721238b77cf03d0be8c839a3898.tar.xz
linux-dev-21abebf06dc97721238b77cf03d0be8c839a3898.zip
media: vicodec: rename and use proper fwht prefix for codec
The codec source is generic and not vicodec specific. It can be used by other drivers or userspace as well. So rename the source and header to something more generic (codec-fwht.c/h) and prefix the defines, types and functions with fwht_. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/uapi/v4l/pixfmt-compressed.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-compressed.rst b/Documentation/media/uapi/v4l/pixfmt-compressed.rst
index d382e7a5c38e..d04b18adac33 100644
--- a/Documentation/media/uapi/v4l/pixfmt-compressed.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-compressed.rst
@@ -101,4 +101,4 @@ Compressed Formats
- 'FWHT'
- 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 vicodec-codec.h header for more details.
+ driver. See the codec-fwht.h header for more details.