Add support for fourcc "SP54".

Patch by Eli Friedman eli D friedman A gmail

Originally committed as revision 16958 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Eli Friedman 2009-02-02 22:43:51 +00:00 committed by Carl Eugen Hoyos
parent b3a9e50c10
commit e80c73b3c1
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') },
{ CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') },
{ CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') },
{ CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
{ CODEC_ID_NONE, 0 }
};