Commit c6c51045 authored by michael's avatar michael

4xm codec tag


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3001 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 813b7ad2
......@@ -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 },
};
......
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