Re: [FFmpeg-devel] [PATCH 8/8] all: Replace __FUNCTION__ by __func__

2023-09-03 Thread Andreas Rheinhardt
James Almer: > On 9/2/2023 8:12 PM, Andreas Rheinhardt wrote: >> Only the former is valid ISO C. > > Don't you mean "the latter"? > Yes. Thanks for noticing. >> >> Signed-off-by: Andreas Rheinhardt >> --- >>   libavdevice/opengl_enc.c | 2 +- >>   libavformat/apngdec.c    | 2 +- >>  

Re: [FFmpeg-devel] [PATCH 8/8] all: Replace __FUNCTION__ by __func__

2023-09-02 Thread James Almer
On 9/2/2023 8:12 PM, Andreas Rheinhardt wrote: Only the former is valid ISO C. Don't you mean "the latter"? Signed-off-by: Andreas Rheinhardt --- libavdevice/opengl_enc.c | 2 +- libavformat/apngdec.c| 2 +- libavformat/demux.c | 4 ++-- libavformat/mux.c| 2 +- 4

[FFmpeg-devel] [PATCH 8/8] all: Replace __FUNCTION__ by __func__

2023-09-02 Thread Andreas Rheinhardt
Only the former is valid ISO C. Signed-off-by: Andreas Rheinhardt --- libavdevice/opengl_enc.c | 2 +- libavformat/apngdec.c| 2 +- libavformat/demux.c | 4 ++-- libavformat/mux.c| 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavdevice/opengl_enc.c