4xm codec tag

Originally committed as revision 3001 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-04-11 19:18:53 +00:00
parent 9e5281141c
commit 7585aa5c4e
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') },
{ CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') },
{ CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') },
{ CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') },
{ 0, 0 },
};