summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/v4l2_pixelformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/v4l2_pixelformat.h')
-rw-r--r--include/libcamera/internal/v4l2_pixelformat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libcamera/internal/v4l2_pixelformat.h b/include/libcamera/internal/v4l2_pixelformat.h
index 560c5c53..87872542 100644
--- a/include/libcamera/internal/v4l2_pixelformat.h
+++ b/include/libcamera/internal/v4l2_pixelformat.h
@@ -20,6 +20,11 @@ namespace libcamera {
class V4L2PixelFormat
{
public:
+ struct Info {
+ PixelFormat format;
+ const char *description;
+ };
+
V4L2PixelFormat()
: fourcc_(0)
{