summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Littler <tempn@twmi.rr.com>2009-01-16 19:05:09 +0000
committerBen Littler <tempn@twmi.rr.com>2009-01-16 19:05:09 +0000
commite2260faa42bfe35c4c9e6669f5b0de6e2cfda62e (patch)
treea80e3745f8e87176a5345a8f54f13527e8debcfa
parent74a4371d74b70fc6c8f69383a2d542837004d6ca (diff)
add LM20 mimic in avi fourcc
Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 270aecc6b6..ed92187b56 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -146,6 +146,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') },
{ CODEC_ID_FFV1, MKTAG('F', 'F', 'V', '1') },
{ CODEC_ID_XAN_WC4, MKTAG('X', 'x', 'a', 'n') },
+ { CODEC_ID_MIMIC, MKTAG('L', 'M', '2', '0') },
{ CODEC_ID_MSRLE, MKTAG('m', 'r', 'l', 'e') },
{ CODEC_ID_MSRLE, MKTAG( 1 , 0 , 0 , 0 ) },
{ CODEC_ID_MSRLE, MKTAG( 2 , 0 , 0 , 0 ) },