summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/id3v2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 3891897bb3..9398f7d770 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -117,6 +117,7 @@ const CodecMime ff_id3v2_mime_tags[] = {
{"image/jpg", CODEC_ID_MJPEG},
{"image/png" , CODEC_ID_PNG},
{"image/tiff", CODEC_ID_TIFF},
+ {"image/bmp", CODEC_ID_BMP},
{"", CODEC_ID_NONE},
};