diff --git a/libavcodec/xan.c b/libavcodec/xan.c index c11f60deb3..2638172d3f 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -439,5 +439,6 @@ AVCodec xan_wc4_decoder = { xan_decode_end, xan_decode_frame, CODEC_CAP_DR1, + .long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"), }; */