[FFmpeg-devel] make: *** [ffbuild/common.mak:67: libavfilter/vf_nnedi.o] Error 1
Derek Buitenhuis
derek.buitenhuis at gmail.com
Tue Jan 19 18:11:45 EET 2021
On 19/01/2021 09:21, Hongyi Zhao wrote:
> libavfilter/vf_nnedi.c: At top level:
> libavfilter/vf_nnedi.c:819:13: error: conflicting types for ‘read’
> 819 | static void read(float *dst, size_t n, const float **data)
I thought this might happen when I saw it go in.
We shouldn't be naming functions things that clash with standard POSIX
or stdlib functions like 'read'.
- Derek
More information about the ffmpeg-devel
mailing list