summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-12-19 18:41:03 +0000
committerDiego Biurrun <diego@biurrun.de>2009-12-19 18:41:03 +0000
commitcb39768960dacda0670486dc0da6ff71349995a6 (patch)
tree5b97d1053597cb8f61d2f8a61122a6273d534e90 /libavcodec/xan.c
parent0080402d36c23bfba44fde3a1d472295a15a09fb (diff)
Add long_name for Xxan codec.
Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r--libavcodec/xan.c1
1 files changed, 1 insertions, 0 deletions
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"),
};
*/