diff options
| author | Deva Ramasubramanian <dramasub@codeaurora.org> | 2013-09-10 21:40:45 -0700 |
|---|---|---|
| committer | Deva Ramasubramanian <dramasub@codeaurora.org> | 2013-09-10 22:25:50 -0700 |
| commit | 097c78cdf782fa7ca6d4dcc7479a1ef954b5764c (patch) | |
| tree | f37b54ce913987075b95ee930df1b25b4c6f2300 | |
| parent | 86155e462180d568a88e6b71005c9110e38b949d (diff) | |
[media] v4l2: Introduce V4L2_QCOM_BUF_FLAG_EOS
Add V4L2_QCOM_BUF_FLAG_EOS in an effort to rename V4L2_BUF_FLAG_EOS, as
this is a vendor extension. Once all clients migrate to the QCOM
variant, V4L2_BUF_FLAG_EOS will be removed.
Change-Id: I4ff332f0948990b236a4912286fd202c1e9edaf6
Signed-off-by: Deva Ramasubramanian <dramasub@codeaurora.org>
| -rw-r--r-- | include/uapi/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index cb5d98a8f61..ecb59489108 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -709,6 +709,7 @@ struct v4l2_buffer { #define V4L2_QCOM_BUF_DATA_CORRUPT 0x200000 #define V4L2_QCOM_BUF_DROP_FRAME 0x400000 #define V4L2_QCOM_BUF_INPUT_UNSUPPORTED 0x800000 +#define V4L2_QCOM_BUF_FLAG_EOS 0x2000 /** * struct v4l2_exportbuffer - export of video buffer as DMABUF file descriptor |
