commit | be5a1509af8dd8a78fea24a35fe4a82d4cd0ae70 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Thu Aug 23 04:10:05 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Aug 31 08:30:46 2018 -0400 |
tree | d7a3a184ca868cb17c8abb8097f840ff11ef317d | |
parent | cd12b401adc3cdfa643172f664aa28ecebbd3b67 [diff] |
media: vicodec: fix out-of-range values when decoding While decoding you need to make sure you do not get values < 0 or > 255. Note that since this code will also be used in userspace utilities the clamp macro isn't used since that is kernel-only. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>