[FFmpeg-cvslog] id3v2: add another mimetype for JPEG image

Kostya Shishkov git at videolan.org
Fri Mar 30 06:23:39 CEST 2012


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Thu Mar 29 12:07:35 2012 +0200| [f704eb612b3333a589d83741e07bfbdf1cffb8cb] | committer: Kostya Shishkov

id3v2: add another mimetype for JPEG image

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f704eb612b3333a589d83741e07bfbdf1cffb8cb
---

 libavformat/id3v2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 13e5997..9488fd8 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -114,6 +114,7 @@ const char *ff_id3v2_picture_types[21] = {
 const CodecMime ff_id3v2_mime_tags[] = {
     {"image/gif" , CODEC_ID_GIF},
     {"image/jpeg", CODEC_ID_MJPEG},
+    {"image/jpg",  CODEC_ID_MJPEG},
     {"image/png" , CODEC_ID_PNG},
     {"image/tiff", CODEC_ID_TIFF},
     {"",           CODEC_ID_NONE},



More information about the ffmpeg-cvslog mailing list