diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-06 22:35:10 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-07 20:34:41 +0200 |
commit | 25b51b2c44f16f46d6bd5db4f3421ae57909924e (patch) | |
tree | 258ba71baf0ec60b3e3f4c7bb2abf4ed5bd9f49b /libavformat/id3v2.c | |
parent | b7d3a9a0153bc59cc43b753f0119f36da2b30b1a (diff) | |
download | ffmpeg-25b51b2c44f16f46d6bd5db4f3421ae57909924e.tar.gz |
id3v2: add a mimetype for bmp pictures.
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r-- | libavformat/id3v2.c | 1 |
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}, }; |