Quoting Johannes Kauffmann (2022-09-25 00:41:18)
> The butterflies_fixed function pointer declaration specifies av_restrict
> for the first two pointer arguments. So the corresponding function
> definitions should honor this declaration.
>
> MSVC emits warning C4113 for this.
> ---
> libavutil/fi
The butterflies_fixed function pointer declaration specifies av_restrict
for the first two pointer arguments. So the corresponding function
definitions should honor this declaration.
MSVC emits warning C4113 for this.
---
libavutil/fixed_dsp.c | 2 +-
libavutil/x86/fixed_dsp_init.c | 2 +