[FFmpeg-devel] [PATCH] fixed_dsp: add missing av_restrict qualifiers
Anton Khirnov
anton at khirnov.net
Tue Oct 4 11:56:26 EEST 2022
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/fixed_dsp.c | 2 +-
> libavutil/x86/fixed_dsp_init.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Makes sense, will push.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list