aboutsummaryrefslogtreecommitdiff
path: root/include/media/fwht-ctrls.h
diff options
context:
space:
mode:
authorGravatar Ezequiel Garcia <ezequiel@collabora.com> 2020-11-26 10:36:09 +0100
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-12-03 12:27:32 +0100
commit35aaa6e650c24212316781b63005f52c1988cd4e (patch)
treea6c7d6e95c1153f15f010a1afba88bede8dc3d46 /include/media/fwht-ctrls.h
parentmedia: cedrus: h264: Support profile controls (diff)
downloadlinux-35aaa6e650c24212316781b63005f52c1988cd4e.tar.gz
linux-35aaa6e650c24212316781b63005f52c1988cd4e.tar.bz2
linux-35aaa6e650c24212316781b63005f52c1988cd4e.zip
media: Rename stateful codec control macros
For historical reasons, stateful codec controls are named as {}_MPEG_{}. While we can't at this point sanely change all control IDs (such as V4L2_CID_MPEG_VIDEO_VP8_FRAME_HEADER), we can least change the more meaningful macros such as classes macros. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Tested-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media/fwht-ctrls.h')
-rw-r--r--include/media/fwht-ctrls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/fwht-ctrls.h b/include/media/fwht-ctrls.h
index 615027410e47..a918b49609e1 100644
--- a/include/media/fwht-ctrls.h
+++ b/include/media/fwht-ctrls.h
@@ -13,7 +13,7 @@
#define V4L2_CTRL_TYPE_FWHT_PARAMS 0x0105
-#define V4L2_CID_MPEG_VIDEO_FWHT_PARAMS (V4L2_CID_MPEG_BASE + 292)
+#define V4L2_CID_MPEG_VIDEO_FWHT_PARAMS (V4L2_CID_CODEC_BASE + 292)
struct v4l2_ctrl_fwht_params {
__u64 backward_ref_ts;