summaryrefslogtreecommitdiff
path: root/include/libcamera/pixel_format.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-22 04:02:06 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-06-18 13:26:58 +0300
commit8b7e073e6eab6d62e6d8e8e0b4e120e2e016da3d (patch)
tree08ad0c8d87c1efe374ada44f66a7f84584b090c6 /include/libcamera/pixel_format.h
parent56c99424edd64c5a2bfe255eabc9e00787fc75a0 (diff)
libcamera: Replace explicit DRM FourCCs with libcamera formats
Use the new pixel format constants to replace usage of macros from drm_fourcc.h. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'include/libcamera/pixel_format.h')
-rw-r--r--include/libcamera/pixel_format.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcamera/pixel_format.h b/include/libcamera/pixel_format.h
index 8dfeb892..6727315a 100644
--- a/include/libcamera/pixel_format.h
+++ b/include/libcamera/pixel_format.h
@@ -11,8 +11,6 @@
#include <stdint.h>
#include <string>
-#include <linux/drm_fourcc.h>
-
namespace libcamera {
class PixelFormat