X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ffmpeg%2Flibavformat%2Fapngdec.c;h=5e7a4a11502082aa1a6bb1a0b885b2893781f136;hb=092a91210f1b986dc846dc52988518f8f913eb72;hp=d97b015a79fdbfb4be66832ce91d1391db146ccd;hpb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;p=deb_ffmpeg.git 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);