id3v2: add another mimetype for JPEG image

This commit is contained in:
Kostya Shishkov 2012-03-29 12:07:35 +02:00
parent ddcf67c8a5
commit f704eb612b
1 changed files with 1 additions and 0 deletions

View File

@ -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},