Skip to content

Commit

Permalink
[media] videodev2.h: add SMPTE 2084 transfer function define
Browse files Browse the repository at this point in the history
CEA-861.3 adds support for the SMPTE 2084 Electro-Optical Transfer Function
as can be used in HDR displays. Add a define for this in videodev2.h.

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Hans Verkuil authored and mchehab committed Sep 30, 2015
1 parent 1d78053 commit 2bdd280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/videodev2.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ enum v4l2_xfer_func {
V4L2_XFER_FUNC_SMPTE240M = 4,
V4L2_XFER_FUNC_NONE = 5,
V4L2_XFER_FUNC_DCI_P3 = 6,
V4L2_XFER_FUNC_SMPTE2084 = 7,
};

/*
Expand Down

0 comments on commit 2bdd280

Please sign in to comment.