This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 645529cbd427b25cbdbe4b33b9a77509ff9399e0 Author: Michael Niedermayer <[email protected]> AuthorDate: Wed Aug 12 05:10:03 2026 +0200 Commit: Timo Rothenpieler <[email protected]> CommitDate: Wed Aug 12 20:05:32 2026 +0200 avcodec/mips/hevcdsp: declare the biweight functions with the offset they take --- libavcodec/mips/hevcdsp_mips.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/mips/hevcdsp_mips.h b/libavcodec/mips/hevcdsp_mips.h index 0498938028..7dcff001b2 100644 --- a/libavcodec/mips/hevcdsp_mips.h +++ b/libavcodec/mips/hevcdsp_mips.h @@ -356,8 +356,7 @@ void ff_hevc_put_hevc_bi_w_##PEL##_##DIR##WIDTH##_8_msa(uint8_t *dst, \ int denom, \ int weight0, \ int weight1, \ - int offset0, \ - int offset1, \ + int offset, \ intptr_t mx, \ intptr_t my, \ int width) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
