commit | ef732d5e2813ff5ef30cdb280b2d133e74213555 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Wed May 29 02:45:59 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed Jun 05 08:50:13 2019 -0400 |
tree | f264fc4a5ba5d4b1ec51e2da9d78a2c2991692ab | |
parent | ad2220aa4591f3a25705b2d44f8a518d19346433 [diff] |
media: v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers Most if not all codecs will need to implement these ioctls and it is expected to be the same for all codecs. So add this to the core v4l2-mem2mem framework so that this code can easily be reused. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>