media: mpeg2-ctrls.h: move MPEG2 state controls to non-public header
The MPEG2 state controls for the cedrus stateless MPEG2 driver are not yet stable. Move them out of the public headers into media/mpeg2-ctrls.h. Eventually, once this has stabilized, they will be moved back to the public headers. Unfortunately I had to cast the control type to a u32 in two switch statements to prevent a compiler warning about a control type define not being part of the enum. Signed-off-by:Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by:
Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Showing
- drivers/media/v4l2-core/v4l2-ctrls.c 2 additions, 2 deletionsdrivers/media/v4l2-core/v4l2-ctrls.c
- include/media/mpeg2-ctrls.h 86 additions, 0 deletionsinclude/media/mpeg2-ctrls.h
- include/media/v4l2-ctrls.h 6 additions, 0 deletionsinclude/media/v4l2-ctrls.h
- include/uapi/linux/v4l2-controls.h 0 additions, 68 deletionsinclude/uapi/linux/v4l2-controls.h
- include/uapi/linux/videodev2.h 0 additions, 4 deletionsinclude/uapi/linux/videodev2.h
Loading
Please register or sign in to comment