aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-05-07 11:37:40 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-01-15 11:11:57 +0530
commit3e143bb38bcba2cbc8085390f07299b355aef610 (patch)
treea4d12cdcaf0415325020539c5a0f0c614dd6fd01 /include
parent93e04ec1446d1f5ef15745a06e8adb524ef61c00 (diff)
MFC: Add s_ctrl & g_ctrl to set and read SET_FRAME_TAG values
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> [tushar.behera@linaro.org: CID uses V4L2_CID_PRIVATE_BASE] Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/v4l2-controls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h
index f56c945cecd..3dae014932c 100644
--- a/include/uapi/linux/v4l2-controls.h
+++ b/include/uapi/linux/v4l2-controls.h
@@ -141,8 +141,10 @@ enum v4l2_colorfx {
#define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE+41)
#define V4L2_CID_COLORFX_CBCR (V4L2_CID_BASE+42)
+#define V4L2_CID_CODEC_FRAME_TAG (V4L2_CID_BASE+43)
+
/* last CID + 1 */
-#define V4L2_CID_LASTP1 (V4L2_CID_BASE+43)
+#define V4L2_CID_LASTP1 (V4L2_CID_BASE+44)
/* MPEG-class control IDs */