diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-31 20:14:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-31 20:14:59 -0700 |
| commit | e7e78fb5414e80ca25e4a38db54460b05bea3c07 (patch) | |
| tree | 2b24ca6ab04ea0020cd8c88fa2859dd13bcca572 /include/uapi/linux | |
| parent | d01975ab44bae3ec66ac0dcac52e1fbfca02e5c4 (diff) | |
| parent | 7300c28a5ce537300e5fa99f4f8a5500b14b7d8c (diff) | |
Merge "msm: vidc: Add Colorspace in sequence change event"
Diffstat (limited to 'include/uapi/linux')
| -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 4a3b35f10257..7be4c28cc1ca 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -2161,6 +2161,7 @@ struct v4l2_streamparm { #define V4L2_EVENT_BITDEPTH_FLAG 0x1 #define V4L2_EVENT_PICSTRUCT_FLAG 0x2 +#define V4L2_EVENT_COLOUR_SPACE_FLAG 0x4 #define V4L2_EVENT_MSM_VIDC_START (V4L2_EVENT_PRIVATE_START + 0x00001000) #define V4L2_EVENT_MSM_VIDC_FLUSH_DONE (V4L2_EVENT_MSM_VIDC_START + 1) |
