comparison xan.c @ 10701:fb7d1f0e8bc6 libavcodec

Add long_name for Xxan codec.
author diego
date Sat, 19 Dec 2009 18:41:03 +0000
parents 96a836b623ba
children 8a4984c5cacc
comparison
equal deleted inserted replaced
10700:96a836b623ba 10701:fb7d1f0e8bc6
437 xan_decode_init, 437 xan_decode_init,
438 NULL, 438 NULL,
439 xan_decode_end, 439 xan_decode_end,
440 xan_decode_frame, 440 xan_decode_frame,
441 CODEC_CAP_DR1, 441 CODEC_CAP_DR1,
442 .long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
442 }; 443 };
443 */ 444 */