Add long_name for Xxan codec.

Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 15 years ago
parent 0080402d36
commit cb39768960
  1. 1
      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"),
};
*/

Loading…
Cancel
Save