X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fid3v2.c;h=9ccd8f2d074061dd6e5ff3ff8256c3023258889a;hb=d1dad7c824c14939a0e18fa262f3e51957de6e3e;hp=216d4a2e5729c871df5c3041e21dca67aea10789;hpb=c7b9eab2be7099b0d4f2fed4feaf69a7dda379f0;p=ffmpeg diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 216d4a2e572..9ccd8f2d074 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -130,6 +130,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}, };