mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-03 18:53:13 +00:00
id3v2: add a mimetype for bmp pictures.
This commit is contained in:
parent
b7d3a9a015
commit
25b51b2c44
@ -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},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user