[FFmpeg-cvslog] lavf: fix apngdec under msvc.

Matthew Oliver git at videolan.org
Sat Nov 22 13:28:33 CET 2014


ffmpeg | branch: master | Matthew Oliver <protogonoi at gmail.com> | Sat Nov 22 18:27:46 2014 +1100| [3bedd72a9ec9cdc51695e7952fd45fa5731037c1] | committer: Michael Niedermayer

lavf: fix apngdec under msvc.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bedd72a9ec9cdc51695e7952fd45fa5731037c1
---

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

diff --git a/libavformat/apngdec.c b/libavformat/apngdec.c
index 2af87ad..db501ec 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,



More information about the ffmpeg-cvslog mailing list