git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
BMP image decoder
[ffmpeg.git]
/
libavformat
/
img2.c
diff --git
a/libavformat/img2.c
b/libavformat/img2.c
index
dfc8404
..
c4cc2ba
100644
(file)
--- 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}
};