Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: verisilicon: av1: Fix reference video buffer pointer assignment
commit 672f24e upstream. Always get new destination buffer for reference frame because nothing garantees the one set previously is still valid or unused. Fixes this chromium test suite: https://chromium.googlesource.com/chromium/src/media/+/refs/heads/main/test/data/test-25fps.av1.ivf Fixes: 727a400 ("media: verisilicon: Add Rockchip AV1 decoder") Cc: <[email protected]> Signed-off-by: Benjamin Gaignard <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> [hverkuil: fix typo and add link to chromium test suite] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information