diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-02-02 22:43:51 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-02 22:43:51 +0000 |
commit | e80c73b3c19e22170d843ec735b6d2e656abe086 (patch) | |
tree | 71f3dbdd1dd3c449c199864b72c55fea203be8c2 /libavformat/riff.c | |
parent | b3a9e50c10bde80040e4c6aae249faad35b93e3d (diff) | |
download | ffmpeg-e80c73b3c19e22170d843ec735b6d2e656abe086.tar.gz |
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
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index f80fc38aa2..dfdc0fd6f0 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 } }; |