From cb39768960dacda0670486dc0da6ff71349995a6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 19 Dec 2009 18:41:03 +0000 Subject: Add long_name for Xxan codec. Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/xan.c') 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"), }; */ -- cgit v1.2.3