From c0648b200497f56b611f0be86871269aa073c90b Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 12 Nov 2025 23:26:04 +0100 Subject: [PATCH] avfilter/x86/vf_spp: Fix comment Forgotten in dcb28ed860166c9715afb7c71c70889e6b9b8c8d. Signed-off-by: Andreas Rheinhardt --- libavfilter/x86/vf_spp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/x86/vf_spp.c b/libavfilter/x86/vf_spp.c index 48c3d25d7c..7dcf18ec7d 100644 --- a/libavfilter/x86/vf_spp.c +++ b/libavfilter/x86/vf_spp.c @@ -64,7 +64,7 @@ static void store_slice_sse2(uint8_t *dst, const int16_t *src, } } -#endif /* HAVE_MMX_INLINE */ +#endif /* HAVE_SSE2_INLINE */ av_cold void ff_spp_init_x86(SPPContext *s) {