Re: [FFmpeg-devel] [PATCH 1/2] aarch64/vvc: Fix clip in alf

2024-12-10 Thread Nuo Mi
On Tue, Dec 10, 2024 at 3:35 PM Martin Storsjö wrote: > On Tue, 10 Dec 2024, Zhao Zhili wrote: > > > From: Zhao Zhili > > > > Fix test failure: > > ./tests/checkasm/checkasm --test=vvc_alf 3607569773 > > --- > > libavcodec/aarch64/vvc/alf.S | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletio

Re: [FFmpeg-devel] [PATCH 1/2] aarch64/vvc: Fix clip in alf

2024-12-09 Thread Martin Storsjö
On Tue, 10 Dec 2024, Zhao Zhili wrote: From: Zhao Zhili Fix test failure: ./tests/checkasm/checkasm --test=vvc_alf 3607569773 --- libavcodec/aarch64/vvc/alf.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) After pushing (and after leaving it in git master for a little while), this