X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavformat%2Fapngdec.c;h=5e7a4a11502082aa1a6bb1a0b885b2893781f136;hp=d97b015a79fdbfb4be66832ce91d1391db146ccd;hb=092a91210f1b986dc846dc52988518f8f913eb72;hpb=dcebb6f35d810c9009a455808b016c790bb633b4 diff --git a/ffmpeg/libavformat/apngdec.c b/ffmpeg/libavformat/apngdec.c index d97b015..5e7a4a1 100644 --- a/ffmpeg/libavformat/apngdec.c +++ b/ffmpeg/libavformat/apngdec.c @@ -404,7 +404,7 @@ static int apng_read_packet(AVFormatContext *s, AVPacket *pkt) return 0; default: { - char tag_buf[5]; + char tag_buf[32]; av_get_codec_tag_string(tag_buf, sizeof(tag_buf), tag); avpriv_request_sample(s, "In-stream tag=%s (0x%08X) len=%"PRIu32, tag_buf, tag, len);