[FFmpeg-cvslog] id3v2: add a mimetype for bmp pictures.
Anton Khirnov
git at videolan.org
Sun Jul 8 22:38:55 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Jul 6 22:35:10 2012 +0200| [25b51b2c44f16f46d6bd5db4f3421ae57909924e] | committer: Anton Khirnov
id3v2: add a mimetype for bmp pictures.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25b51b2c44f16f46d6bd5db4f3421ae57909924e
---
libavformat/id3v2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 3891897..9398f7d 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},
};
More information about the ffmpeg-cvslog
mailing list