commit c0cdcc0916ef0f22d0a49ccdaa0ee03bbe21c3c2
Author: Nikias Bassen <[email protected]>
Date: Wed Dec 23 01:33:46 2009 +0100
Add writing of audio_format value for MP4, M4A and M4R
src/itdb_sqlite.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/itdb_sqlite.c b/src/itdb_sqlite.c
index fa83619..87329a3 100644
--- a/src/itdb_sqlite.c
+++ b/src/itdb_sqlite.c
@@ -976,6 +976,11 @@ static int mk_Library(Itdb_iTunesDB *itdb,
case 0x4d503320:
audio_format = 301;
break;
+ case 0x4d344120:
+ case 0x4d345220:
+ case 0x4d503420:
+ audio_format = 502;
+ break;
default:
audio_format = 0;
}
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2