Commit 25b51b2c authored by Anton Khirnov's avatar Anton Khirnov

id3v2: add a mimetype for bmp pictures.

parent b7d3a9a0
......@@ -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},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment