media: uapi: h264: Add DPB entry field reference flags
authorJonas Karlman <jonas@kwiboo.se>
Thu, 20 Feb 2020 16:30:11 +0000 (17:30 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2020 10:19:13 +0000 (11:19 +0100)
commit5e815fe05d0b3e4e4fcde2e09d5f362b3d65010f
tree1c2448099d53e6df00b885ee83486d5779a25d94
parent62d19285312004bf5980d9b6c95c6bd378612f06
media: uapi: h264: Add DPB entry field reference flags

Using the field information attached to v4l2 buffers is not enough to
determine the type of field referenced by a DPB entry: the decoded
frame might contain the full picture (both top and bottom fields)
but the reference only point to one of them.
Let's add new V4L2_H264_DPB_ENTRY_FLAG_ flags to express that.

[Keep only 2 flags and add some details about they mean]

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/media/uapi/v4l/ext-ctrls-codec.rst
include/media/h264-ctrls.h