[FFmpeg-cvslog] r20900 - trunk/libavcodec/xan.c

diego subversion
Sat Dec 19 19:41:03 CET 2009


Author: diego
Date: Sat Dec 19 19:41:03 2009
New Revision: 20900

Log:
Add long_name for Xxan codec.

Modified:
   trunk/libavcodec/xan.c

Modified: trunk/libavcodec/xan.c
==============================================================================
--- trunk/libavcodec/xan.c	Sat Dec 19 18:04:30 2009	(r20899)
+++ trunk/libavcodec/xan.c	Sat Dec 19 19:41:03 2009	(r20900)
@@ -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"),
 };
 */



More information about the ffmpeg-cvslog mailing list