diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 3891897bb3f1fffcedc60e4393eccd13abca5212..9398f7d77082accb4848da219d08b68ee5092c95 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},
 };