Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 509dd025 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place



Instead of defining a new pif format on an internal header, move it to
the V4L2 API header.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ff861fb2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@

#define STV_ISOC_ENDPOINT_ADDR		0x81

#ifndef V4L2_PIX_FMT_SGRBG8
#define V4L2_PIX_FMT_SGRBG8 v4l2_fourcc('G', 'R', 'B', 'G')
#endif

#define STV_REG23 			0x0423

/* Control registers of the STV0600 ASIC */
+2 −0
Original line number Diff line number Diff line
@@ -318,6 +318,8 @@ struct v4l2_pix_format {
/* see http://www.siliconimaging.com/RGB%20Bayer.htm */
#define V4L2_PIX_FMT_SBGGR8  v4l2_fourcc('B', 'A', '8', '1') /*  8  BGBG.. GRGR.. */
#define V4L2_PIX_FMT_SGBRG8  v4l2_fourcc('G', 'B', 'R', 'G') /*  8  GBGB.. RGRG.. */
#define V4L2_PIX_FMT_SGRBG8  v4l2_fourcc('G', 'R', 'B', 'G') /*  8  GRGR.. BGBG.. */

/*
 * 10bit raw bayer, expanded to 16 bits
 * xxxxrrrrrrrrrrxxxxgggggggggg xxxxggggggggggxxxxbbbbbbbbbb...