Module: libav Branch: master Commit: f704eb612b3333a589d83741e07bfbdf1cffb8cb
Author: Kostya Shishkov <[email protected]> Committer: Kostya Shishkov <[email protected]> Date: Thu Mar 29 12:07:35 2012 +0200 id3v2: add another mimetype for JPEG image --- 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}, _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
