Skip to content
Snippets Groups Projects
Commit 3c639740 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer
Browse files

id3v2: support JPEG APIC with incorrect (image/jpg) MIME type

parent e4cc9f30
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,7 @@ const char *ff_id3v2_picture_types[21] = { ...@@ -127,6 +127,7 @@ const char *ff_id3v2_picture_types[21] = {
const CodecMime ff_id3v2_mime_tags[] = { const CodecMime ff_id3v2_mime_tags[] = {
{"image/gif" , CODEC_ID_GIF}, {"image/gif" , CODEC_ID_GIF},
{"image/jpeg", CODEC_ID_MJPEG}, {"image/jpeg", CODEC_ID_MJPEG},
{"image/jpg" , CODEC_ID_MJPEG},
{"image/png" , CODEC_ID_PNG}, {"image/png" , CODEC_ID_PNG},
{"image/tiff", CODEC_ID_TIFF}, {"image/tiff", CODEC_ID_TIFF},
{"", CODEC_ID_NONE}, {"", CODEC_ID_NONE},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment