Re: [FFmpeg-devel] [PATCH] avformat/codec2: remove surplus include 'memory.h' statement

2022-04-09 Thread Marton Balint
On Thu, 24 Mar 2022, Tomas Härdin wrote: ons 2022-03-23 klockan 16:26 +1100 skrev Peter Ross: on glibc memory.h drags in string.h, but codec2 does not use any str* or mem* functions. additionally, memory.h is not part of the C99 or POSIX standards. ---  libavformat/codec2.c | 1 -  1 file chan

Re: [FFmpeg-devel] [PATCH] avformat/codec2: remove surplus include 'memory.h' statement

2022-03-24 Thread Tomas Härdin
ons 2022-03-23 klockan 16:26 +1100 skrev Peter Ross: > on glibc memory.h drags in string.h, but codec2 does not use any > str* or mem* functions. additionally, memory.h is not part of the > C99 or POSIX standards. > --- >  libavformat/codec2.c | 1 - >  1 file changed, 1 deletion(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] avformat/codec2: remove surplus include 'memory.h' statement

2022-03-23 Thread Andreas Rheinhardt
Peter Ross: > on glibc memory.h drags in string.h, but codec2 does not use any > str* or mem* functions. additionally, memory.h is not part of the > C99 or POSIX standards. > --- > libavformat/codec2.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/codec2.c b/libavformat/code

[FFmpeg-devel] [PATCH] avformat/codec2: remove surplus include 'memory.h' statement

2022-03-22 Thread Peter Ross
on glibc memory.h drags in string.h, but codec2 does not use any str* or mem* functions. additionally, memory.h is not part of the C99 or POSIX standards. --- libavformat/codec2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/codec2.c b/libavformat/codec2.c index cd0521299c..400c5