Re: [FFmpeg-devel] [PATCH] fixed_dsp: add missing av_restrict qualifiers

2022-10-04 Thread Anton Khirnov
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

[FFmpeg-devel] [PATCH] fixed_dsp: add missing av_restrict qualifiers

2022-09-24 Thread Johannes Kauffmann
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 +