diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-03 01:06:42 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-07 00:48:50 +0200 |
commit | e999a09f191b1fe02aea4c634e732057b334a273 (patch) | |
tree | 85d31c28788835b9fd48b50e9623c1c1a6c71b14 /libavformat/apngdec.c | |
parent | 8ba7deb6c094428a73fbc60b5888602bd9b574ec (diff) | |
download | ffmpeg-e999a09f191b1fe02aea4c634e732057b334a273.tar.gz |
all: Replace __FUNCTION__ by __func__
Only the latter is valid ISO C.
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/apngdec.c')
-rw-r--r-- | libavformat/apngdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/apngdec.c b/libavformat/apngdec.c index 47cdbfcbfb..8f5f37a2b1 100644 --- a/libavformat/apngdec.c +++ b/libavformat/apngdec.c @@ -274,7 +274,7 @@ static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket "delay_den: %"PRIu16", " "dispose_op: %d, " "blend_op: %d\n", - __FUNCTION__, + __func__, sequence_number, width, height, |