[FFmpeg-cvslog] swscale/utils: Remove obsolete 3DNow reference
Andreas Rheinhardt
git at videolan.org
Wed Nov 9 19:01:51 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Nov 3 19:21:29 2022 +0100| [b616b0470406add76fd89ae09f326be4cc41d96b] | committer: Andreas Rheinhardt
swscale/utils: Remove obsolete 3DNow reference
swscale does not use 3DNow any more since commit
608319a311a31f7d85333a7b08286c00be38eab6.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b616b0470406add76fd89ae09f326be4cc41d96b
---
libswscale/utils.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 45baa22b23..85640a143f 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -1966,8 +1966,6 @@ av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter,
if (INLINE_MMXEXT(cpu_flags))
cpucaps = "MMXEXT";
- else if (INLINE_AMD3DNOW(cpu_flags))
- cpucaps = "3DNOW";
else if (INLINE_MMX(cpu_flags))
cpucaps = "MMX";
else if (PPC_ALTIVEC(cpu_flags))
More information about the ffmpeg-cvslog
mailing list