diff options
author | Yunfei Dong <yunfei.dong@mediatek.com> | 2022-10-18 19:41:22 +0800 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-10-24 19:03:54 +0200 |
commit | d555409dd1b7cc9e7e5b9e2924c0ef4bf23f6c9b (patch) | |
tree | cb2b28bfa50a43da5fe26a502877e61b71db5dcf /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | e9120e76a6f7e19a8d26c03f2964937e4ce69784 (diff) |
media: mediatek: vcodec: fix h264 cavlc bitstream fail
Some cavlc bistream will decode fail when the frame size is less than
20 bytes. Need to add pending data at the end of the bitstream.
For the minimum size of mapped memory is 256 bytes(16x16), adding four
bytes data won't lead to access unknown virtual memory.
Fixes: 59fba9eed5a7 ("media: mediatek: vcodec: support stateless H.264 decoding for mt8192")
Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions