1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avfilter/x86/vf_spp: Fix comment

Forgotten in dcb28ed860.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-11-12 23:26:04 +01:00
parent 06b0dae51b
commit c0648b2004

View File

@@ -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)
{