summaryrefslogtreecommitdiff
path: root/libavformat/apngdec.c
diff options
context:
space:
mode:
authorMatthew Oliver <protogonoi@gmail.com>2014-11-22 18:27:46 +1100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-22 13:20:34 +0100
commit3bedd72a9ec9cdc51695e7952fd45fa5731037c1 (patch)
tree907bafb66e5cac209c1bad400c7a5fbbf0509386 /libavformat/apngdec.c
parent14b9302f5f4452c3dc5c004a1949219ed70c2e26 (diff)
lavf: fix apngdec under msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2af87ad497..db501ecba3 100644
--- a/libavformat/apngdec.c
+++ b/libavformat/apngdec.c
@@ -283,7 +283,7 @@ static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket
"delay_den: %"PRIu16", "
"dispose_op: %d, "
"blend_op: %d\n",
- __func__,
+ __FUNCTION__,
sequence_number,
width,
height,