This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2a46d308558e27fcab82eed6d37cf77b6f9f595e Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sun Jun 14 22:40:05 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Wed Jun 17 23:05:23 2026 +0200 avcodec/x86/hpeldsp: Remove declaration of non-existing func Forgotten in a51279bbdea0d6db920d71980262bccd0ce78226. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/hpeldsp.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/x86/hpeldsp.h b/libavcodec/x86/hpeldsp.h index 8208e43ac1..8bc1b3fd68 100644 --- a/libavcodec/x86/hpeldsp.h +++ b/libavcodec/x86/hpeldsp.h @@ -22,9 +22,6 @@ #include <stddef.h> #include <stdint.h> -void ff_avg_pixels8_x2_mmx(uint8_t *block, const uint8_t *pixels, - ptrdiff_t line_size, int h); - void ff_avg_pixels8_xy2_ssse3(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
