All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: rajmohan.mani@intel.com, yong.zhi@intel.com, hverkuil@xs4all.nl
Subject: [v4l-utils PATCH 2/4] Sync the latest headers
Date: Mon, 14 Jan 2019 16:13:06 +0200	[thread overview]
Message-ID: <20190114141308.29329-3-sakari.ailus@linux.intel.com> (raw)
In-Reply-To: <20190114141308.29329-1-sakari.ailus@linux.intel.com>

Just import changes brought by patch "v4l: uAPI: V4L2_BUF_TYPE_META_OUTPUT
is an output buffer type". This is needed by further metadata output
patches.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 include/linux/videodev2.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index aac4b75280..6b1d780fd8 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -159,7 +159,8 @@ enum v4l2_buf_type {
 	 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY	\
 	 || (type) == V4L2_BUF_TYPE_VBI_OUTPUT			\
 	 || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT		\
-	 || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
+	 || (type) == V4L2_BUF_TYPE_SDR_OUTPUT			\
+	 || (type) == V4L2_BUF_TYPE_META_OUTPUT)
 
 enum v4l2_tuner_type {
 	V4L2_TUNER_RADIO	     = 1,
-- 
2.11.0


  parent reply	other threads:[~2019-01-14 14:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 14:13 [v4l-utils PATCH 0/4] Metadata output support for v4l2-ctl Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 1/4] Update static build instructions Sakari Ailus
2019-01-14 14:13 ` Sakari Ailus [this message]
2019-01-14 14:13 ` [v4l-utils PATCH 3/4] v4l2-ctl: Print metadata capture formats on --all Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type Sakari Ailus
2019-01-22  8:19   ` Hans Verkuil
2019-01-22  9:47     ` Sakari Ailus
2019-01-22 10:21       ` Hans Verkuil
2019-01-22 12:31         ` Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190114141308.29329-3-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=rajmohan.mani@intel.com \
    --cc=yong.zhi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.