|
@@ -566,6 +566,7 @@ struct <link linkend="v4l2-framebuffer">v4l2_framebuffer</link> {
|
|
|
#define V4L2_FBUF_CAP_LOCAL_ALPHA 0x0010
|
|
|
#define V4L2_FBUF_CAP_GLOBAL_ALPHA 0x0020
|
|
|
#define V4L2_FBUF_CAP_LOCAL_INV_ALPHA 0x0040
|
|
|
+#define V4L2_FBUF_CAP_SRC_CHROMAKEY 0x0080
|
|
|
/* Flags for the 'flags' field. */
|
|
|
#define V4L2_FBUF_FLAG_PRIMARY 0x0001
|
|
|
#define V4L2_FBUF_FLAG_OVERLAY 0x0002
|
|
@@ -573,6 +574,7 @@ struct <link linkend="v4l2-framebuffer">v4l2_framebuffer</link> {
|
|
|
#define V4L2_FBUF_FLAG_LOCAL_ALPHA 0x0008
|
|
|
#define V4L2_FBUF_FLAG_GLOBAL_ALPHA 0x0010
|
|
|
#define V4L2_FBUF_FLAG_LOCAL_INV_ALPHA 0x0020
|
|
|
+#define V4L2_FBUF_FLAG_SRC_CHROMAKEY 0x0040
|
|
|
|
|
|
struct <link linkend="v4l2-clip">v4l2_clip</link> {
|
|
|
struct <link linkend="v4l2-rect">v4l2_rect</link> c;
|