mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavf: fix apngdec under msvc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
14b9302f5f
commit
3bedd72a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue