commit 194be52ed1649e1a88fc91598e289a6b268f9aaf
Author: Christophe Fergeau <[email protected]>
Date: Tue Aug 31 01:01:41 2010 +0200
describe a previously unknown mhbd field
Thanks to Nikias for the info
src/itdb_itunesdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
index fbc1949..e473fb2 100644
--- a/src/itdb_itunesdb.c
+++ b/src/itdb_itunesdb.c
@@ -3671,7 +3671,7 @@ static void mk_mhbd (FExport *fexp, guint32 children)
put32lint (cts, children);
put64lint (cts, fexp->itdb->id);
/* 0x20 */
- put16lint (cts, 1);
+ put16lint (cts, 1); /* OS type, 1 = MacOS X, 2 = Windows */
/* 0x22 */
put16lint (cts, fexp->itdb->priv->unk_0x22); /* unknown */
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2