Add fourcc for MS RLE4

Originally committed as revision 15357 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2008-09-18 05:25:29 +00:00
parent 44aa9771c9
commit b30cb420cf
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_XAN_WC4, MKTAG('X', 'x', 'a', 'n') },
{ CODEC_ID_MSRLE, MKTAG('m', 'r', 'l', 'e') },
{ CODEC_ID_MSRLE, MKTAG( 1 , 0 , 0 , 0 ) },
{ CODEC_ID_MSRLE, MKTAG( 2 , 0 , 0 , 0 ) },
{ CODEC_ID_MSVIDEO1, MKTAG('M', 'S', 'V', 'C') },
{ CODEC_ID_MSVIDEO1, MKTAG('m', 's', 'v', 'c') },
{ CODEC_ID_MSVIDEO1, MKTAG('C', 'R', 'A', 'M') },