changeset 10701:fb7d1f0e8bc6 libavcodec

Add long_name for Xxan codec.
author diego
date Sat, 19 Dec 2009 18:41:03 +0000
parents 96a836b623ba
children ea1b3a06bb26
files xan.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xan.c	Sat Dec 19 17:04:30 2009 +0000
+++ b/xan.c	Sat Dec 19 18:41:03 2009 +0000
@@ -439,5 +439,6 @@
     xan_decode_end,
     xan_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
 };
 */