public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] add planar YUV 4:4:4 format
@ 2009-03-26 14:30 Daniel Glöckner
  2009-03-26 15:05 ` [patch] add documentation for " Daniel Glöckner
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Glöckner @ 2009-03-26 14:30 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Daniel Glöckner

Add YUV 4:4:4 planar format to list of fourcc codes supported.

Signed-off-by: Daniel Glöckner <dg@emlix.com>
---
 include/linux/videodev2.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 5571dbe..6ecdc96 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -294,6 +294,7 @@ struct v4l2_pix_format {
 #define V4L2_PIX_FMT_YUYV    v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16  YUV 4:2:2     */
 #define V4L2_PIX_FMT_UYVY    v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16  YUV 4:2:2     */
 #define V4L2_PIX_FMT_VYUY    v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16  YUV 4:2:2     */
+#define V4L2_PIX_FMT_YUV444P v4l2_fourcc('4', '4', '4', 'P') /* 24  YUV444 planar */
 #define V4L2_PIX_FMT_YUV422P v4l2_fourcc('4', '2', '2', 'P') /* 16  YVU422 planar */
 #define V4L2_PIX_FMT_YUV411P v4l2_fourcc('4', '1', '1', 'P') /* 16  YVU411 planar */
 #define V4L2_PIX_FMT_Y41P    v4l2_fourcc('Y', '4', '1', 'P') /* 12  YUV 4:1:1     */
-- 
1.6.2.107.ge47ee


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-26 22:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 14:30 [patch] add planar YUV 4:4:4 format Daniel Glöckner
2009-03-26 15:05 ` [patch] add documentation for " Daniel Glöckner
2009-03-26 22:32   ` Andy Walls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox