[FFmpeg-cvslog] avcodec/x86/fpel: Remove unused ff_avg_pixels4_mmx

Andreas Rheinhardt git at videolan.org
Sat Jun 11 23:53:03 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Jun  8 16:09:25 2022 +0200| [50a8cbb23e9a982292bf7737004c97eba776c00e] | committer: Andreas Rheinhardt

avcodec/x86/fpel: Remove unused ff_avg_pixels4_mmx

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50a8cbb23e9a982292bf7737004c97eba776c00e
---

 libavcodec/x86/fpel.asm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/fpel.asm b/libavcodec/x86/fpel.asm
index 961a1587a7..d38a1b1035 100644
--- a/libavcodec/x86/fpel.asm
+++ b/libavcodec/x86/fpel.asm
@@ -90,7 +90,6 @@ cglobal %1_pixels%2, 4,5,4
 
 INIT_MMX mmx
 OP_PIXELS put, 4
-OP_PIXELS avg, 4
 OP_PIXELS put, 8
 OP_PIXELS avg, 8
 OP_PIXELS put, 16



More information about the ffmpeg-cvslog mailing list