mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
d96f8d32ad
The v_lowpass wrappers (which are instantiated by this macro) are only used in the put (and not the avg) form for SSSE3 (the avg form is only used for mc02, which doesn't exist for SSSE3). Clang warns about the unused functions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>