Add long_name for Xxan codec.
authorDiego Biurrun <diego@biurrun.de>
Sat, 19 Dec 2009 18:41:03 +0000 (18:41 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 19 Dec 2009 18:41:03 +0000 (18:41 +0000)
Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/xan.c

index c11f60d..2638172 100644 (file)
@@ -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"),
 };
 */