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

Alexandre Julliard julliard at winehq.org
Wed Mar 19 07:28:15 CDT 2008


Module: wine
Branch: master
Commit: 24708e4edb1c664b624505b15eb4df06a56e5036
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=24708e4edb1c664b624505b15eb4df06a56e5036

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Tue Mar 18 16:10:56 2008 -0700

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

---

 dlls/quartz/regsvr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index 2a2b45d..cc178e3 100644
--- a/dlls/quartz/regsvr.c
+++ b/dlls/quartz/regsvr.c
@@ -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,




More information about the wine-cvs mailing list