diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-08 16:09:25 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-11 22:43:19 +0200 |
commit | 50a8cbb23e9a982292bf7737004c97eba776c00e (patch) | |
tree | f822f0328d5ac1a23c3e79c70eea7709ff0be6da /libavcodec | |
parent | 1cb038a7d529f4012f8abd0443c9d4e80f5f201b (diff) | |
download | ffmpeg-50a8cbb23e9a982292bf7737004c97eba776c00e.tar.gz |
avcodec/x86/fpel: Remove unused ff_avg_pixels4_mmx
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/fpel.asm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |