]> git.sesse.net Git - ffmpeg/commit
libdav1d: correctly copy ar_coeffs_uv to our struct
authorLynne <dev@lynne.ee>
Wed, 25 Nov 2020 22:46:29 +0000 (23:46 +0100)
committerLynne <dev@lynne.ee>
Thu, 26 Nov 2020 00:08:03 +0000 (01:08 +0100)
commit18933dbde04eaf70975543d848ad24e2a2a9ab6e
tree91cdc16e338f55f44a2f7da3d5abb689b6fd2ea1
parent3fbc74582f9c3bb941fd63f59fdf25dd16a98a6c
libdav1d: correctly copy ar_coeffs_uv to our struct

Our struct is a [2][25], libdav1d's is a [2][25 + 3] so the last 3
v coefficients were missing.
Copy each plane's coefficients separately.
libavcodec/libdav1d.c