Browse Source

Add long_name for Xxan codec.

Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
cb39768960
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/xan.c

+ 1
- 0
libavcodec/xan.c View File

@@ -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