comparison xan.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
469 xan_decode_init, 469 xan_decode_init,
470 NULL, 470 NULL,
471 xan_decode_end, 471 xan_decode_end,
472 xan_decode_frame, 472 xan_decode_frame,
473 CODEC_CAP_DR1, 473 CODEC_CAP_DR1,
474 .long_name = "Wing Commander III / Xan",
474 }; 475 };
475 476
476 /* 477 /*
477 AVCodec xan_wc4_decoder = { 478 AVCodec xan_wc4_decoder = {
478 "xan_wc4", 479 "xan_wc4",