aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/apngdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-03 01:06:42 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 00:48:50 +0200
commite999a09f191b1fe02aea4c634e732057b334a273 (patch)
tree85d31c28788835b9fd48b50e9623c1c1a6c71b14 /libavformat/apngdec.c
parent8ba7deb6c094428a73fbc60b5888602bd9b574ec (diff)
downloadffmpeg-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.c2
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,