Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hantro: postproc: Fix motion vector space allocation
When the post-processor is enabled, the driver allocates "shadow buffers" which are used for the decoder core, and exposes the post-processed buffers to userspace. For this reason, extra motion vector space has to be allocated on the shadow buffers, which the driver wasn't doing. Fix it. This fix should address artifacts on high profile bitstreams. Fixes: 8c2d66b ("media: hantro: Support color conversion via post-processing") Signed-off-by: Ezequiel Garcia <[email protected]>
- Loading branch information