Commit c2a40c2d authored by diego's avatar diego

Add long_name for Xxan codec.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 12e6d50d
...@@ -439,5 +439,6 @@ AVCodec xan_wc4_decoder = { ...@@ -439,5 +439,6 @@ AVCodec xan_wc4_decoder = {
xan_decode_end, xan_decode_end,
xan_decode_frame, xan_decode_frame,
CODEC_CAP_DR1, CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
}; };
*/ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment