diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2011-01-08 21:22:15 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2011-01-08 21:22:15 +0000 |
commit | d267b339e4dbf8d70455e3163b2d39aff0efe314 (patch) | |
tree | 777942d948e6fe5d8a85f1b34b91fed52cb32e66 /libavformat/riff.c | |
parent | c392cc0a649dc5d2d4efd9ca11b937222e0d2a12 (diff) | |
download | ffmpeg-d267b339e4dbf8d70455e3163b2d39aff0efe314.tar.gz |
Lagarith decoder by Nathan Caldwell, saintdev at gmail
Originally committed as revision 26270 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 f81260a608..7388f9cee7 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -257,6 +257,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') }, { CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') }, { CODEC_ID_KGV1, MKTAG('K', 'G', 'V', '1') }, + { CODEC_ID_LAGARITH, MKTAG('L', 'A', 'G', 'S') }, { CODEC_ID_NONE, 0 } }; |