X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fanm.c;h=d3f9d095b2d5216ed6b6cdff6127b390c8af7456;hb=ad12e9e8c054b904d564e1a183b73104bca2e3d5;hp=37cd87012677931a82bfdfe6a6c769f0b06cc0aa;hpb=8a91da9575dd54fca6f411f28b5f0847a39d0bff;p=ffmpeg diff --git a/libavcodec/anm.c b/libavcodec/anm.c index 37cd8701267..d3f9d095b2d 100644 --- a/libavcodec/anm.c +++ b/libavcodec/anm.c @@ -192,5 +192,5 @@ AVCodec ff_anm_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"), + .long_name = NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"), };