VMware Video decoder (fourcc: VMnc)

Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2006-09-05 04:37:14 +00:00
parent 353e433b96
commit eb57c88973
8 changed files with 338 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') },
{ CODEC_ID_CAVS, MKTAG('C', 'A', 'V', 'S') },
{ CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_RAWVIDEO, 0 },
{ CODEC_ID_NONE, 0 },
};