Commit 24708e4e authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Fix the magic bytes for mp3's with id3 tags.

parent 2756bedd
......@@ -974,7 +974,7 @@ static struct regsvr_mediatype_parsing const mediatype_parsing_list[] = {
{ &MEDIATYPE_Stream,
&MEDIASUBTYPE_MPEG1Audio,
{ "0, 2, FFE0, FFE0",
"0, 10, FFFFFFFF000000000000, 494433030080808080",
"0, 10, FFFFFF00000080808080, 494433000000000000",
NULL }
},
{ &MEDIATYPE_Stream,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment