Commit 3bedd72a authored by Matthew Oliver's avatar Matthew Oliver Committed by Michael Niedermayer

lavf: fix apngdec under msvc.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 14b9302f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment