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 ...@@ -283,7 +283,7 @@ static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket
"delay_den: %"PRIu16", " "delay_den: %"PRIu16", "
"dispose_op: %d, " "dispose_op: %d, "
"blend_op: %d\n", "blend_op: %d\n",
__func__, __FUNCTION__,
sequence_number, sequence_number,
width, width,
height, 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