diff options
author | Måns Rullgård <mans@mansr.com> | 2005-11-30 01:40:50 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2005-11-30 01:40:50 +0000 |
commit | 9fa62f2aade4ded0ef64ae8c5012ab933d8ad64d (patch) | |
tree | ca441641dc563a4c2658257be452463881a06ed7 /libavformat/img2.c | |
parent | fd2ab74aae55e610daad7d4883131d1cb603dfbe (diff) | |
download | ffmpeg-9fa62f2aade4ded0ef64ae8c5012ab933d8ad64d.tar.gz |
BMP image decoder
Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index dfc8404f45..c4cc2ba958 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -51,6 +51,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_MPEG4 , "mpg4-img"}, { CODEC_ID_FFV1 , "ffv1-img"}, { CODEC_ID_RAWVIDEO , "y"}, + { CODEC_ID_BMP , "bmp"}, {0, NULL} }; |