OSDN Git Service

media: vicodec: add V4L2_ prefix before FWHT_VERSION and FWHT_FL_*
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 26 Nov 2020 12:58:20 +0000 (13:58 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Dec 2020 11:27:33 +0000 (12:27 +0100)
commit3abfc314c5e60a54973a6f3cefd591bfdad8adf6
tree3b9f9b15d9e96446192be4e206e9a76ca28f245e
parent7403fa17c5dfc141291293cdd9d39161031ff995
media: vicodec: add V4L2_ prefix before FWHT_VERSION and FWHT_FL_*

The FWHT stateless 'uAPI' was staging and marked explicitly in the
V4L2 specification that it will change and is unstable.
Note that these control IDs were never exported as a public API,
they were only defined at the driver's code.

While not too late, let's rename them is preparation for promoting
the stateless FWHT codec API as a public API.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst
drivers/media/test-drivers/vicodec/codec-fwht.c
drivers/media/test-drivers/vicodec/codec-fwht.h
drivers/media/test-drivers/vicodec/codec-v4l2-fwht.c
drivers/media/test-drivers/vicodec/vicodec-core.c