media: uapi: v4l: Don't expose generic metadata formats to userspace
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 26 Apr 2024 15:33:19 +0000 (18:33 +0300)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 29 Apr 2024 12:56:38 +0000 (14:56 +0200)
commitd69c8429ea80af02e89e5b3eecb78e417ad049c8
tree86f9a40692ff9de38e3009cb09320aaa846d8765
parentd06fc8b6c3eb9f2ad034330dd833d5192e3f1016
media: uapi: v4l: Don't expose generic metadata formats to userspace

The generic metadata pixel formats (V4L2_META_FMT_GENERIC_*) are meant
to be used in conjunction with device-specific media bus codes. Those
codes are work in progress and not available in the upstream kernel yet.
To make sure the generic metadata pixel formats won't be used by
userspace until we have the full infrastructure in place, keep their
definition private to the kernel for now.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
include/uapi/linux/videodev2.h