Revision: 2150
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2150&view=rev
Author:   tmzullinger
Date:     2008-11-14 17:12:05 +0000 (Fri, 14 Nov 2008)

Log Message:
-----------
Remove chapterdata_raw and chapterdata_raw_length from Itdb_Track

These are no longer needed now that proper Chapter Data support is
available (since svn revision 1936/1937).

Revision Links:
--------------
    http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1936&view=rev

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/docs/reference/tmpl/track.sgml
    libgpod/trunk/src/itdb.h

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-11-08 09:38:35 UTC (rev 2149)
+++ libgpod/trunk/ChangeLog     2008-11-14 17:12:05 UTC (rev 2150)
@@ -1,3 +1,13 @@
+2008-11-14  Todd Zullinger  <tmzullinger at users.sourceforge.net>
+
+       * docs/reference/tmpl/track.sgml
+         src/itdb.h:
+         Remove chapterdata_raw and chapterdata_raw_length from
+         Itdb_Track
+
+         These are no longer needed now that proper Chapter Data
+         support is available (since svn revision 1936/1937).
+
 2008-10-21  Christophe Fergeau  <[EMAIL PROTECTED]>
 
        * src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225

Modified: libgpod/trunk/docs/reference/tmpl/track.sgml
===================================================================
--- libgpod/trunk/docs/reference/tmpl/track.sgml        2008-11-08 09:38:35 UTC 
(rev 2149)
+++ libgpod/trunk/docs/reference/tmpl/track.sgml        2008-11-14 17:12:05 UTC 
(rev 2150)
@@ -126,8 +126,6 @@
 @unk252: 
 @gapless_track_flag: 
 @gapless_album_flag: 
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
 @artwork: 
 @mhii_link: 
 @reserved_int1: 

Modified: libgpod/trunk/src/itdb.h
===================================================================
--- libgpod/trunk/src/itdb.h    2008-11-08 09:38:35 UTC (rev 2149)
+++ libgpod/trunk/src/itdb.h    2008-11-14 17:12:05 UTC (rev 2150)
@@ -936,14 +936,6 @@
   guint16 gapless_album_flag; /* if 1, this track does not use crossfading
                                 in iTunes (added in dbversion 0x13) */
 
-    /* Chapter data: defines where the chapter stops are in the track,
-       as well as what info should be displayed for each section of
-       the track. Until it can be parsed and interpreted, the
-       chapterdata will just be read as a block and written back on
-       sync. This will be changed at a later time */
-  void *chapterdata_raw;
-  guint32 chapterdata_raw_length;
-
   /* This is for Cover Art support */
   struct _Itdb_Artwork *artwork;
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to