From 4d1b8b7c88159c5ece46756cdeba2b205eec737e Mon Sep 17 00:00:00 2001
From: Matthew Oliver <protogonoi@gmail.com>
Date: Sat, 22 Nov 2014 18:27:46 +1100
Subject: [PATCH] lavf: fix apngdec under msvc.

---
 libavformat/apngdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/apngdec.c b/libavformat/apngdec.c
index 54fbd29..364e494 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,
-- 
1.9.4.msysgit.1

