diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-21 10:52:46 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-21 10:52:46 +0000 |
| commit | a3b3f310ea93e8b37d7b552e82f56ec9963a7f2b (patch) | |
| tree | 302ec0736c070ede9dc2cb5b203de11e329d4a83 /src/db-itunes-parser.h | |
| parent | aaebfe9cc7c836fc98b64d0b4ee801ce2cfc8172 (diff) | |
| download | libgpod-a3b3f310ea93e8b37d7b552e82f56ec9963a7f2b.tar.gz libgpod-a3b3f310ea93e8b37d7b552e82f56ec9963a7f2b.tar.xz libgpod-a3b3f310ea93e8b37d7b552e82f56ec9963a7f2b.zip | |
Patch from Filippo Giunchedi <filippo@esaurito.net>
* src/db-artwork-debug.c: (dump_mhba): fix dumping function in debug
mode
* src/db-itunes-parser.h: indentation fixes
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1729 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-itunes-parser.h')
| -rw-r--r-- | src/db-itunes-parser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/db-itunes-parser.h b/src/db-itunes-parser.h index b699283..f6366b0 100644 --- a/src/db-itunes-parser.h +++ b/src/db-itunes-parser.h @@ -20,7 +20,7 @@ * * This product is not supported/written/published by Apple! * - * $Id: db-itunes-parser.h,v 1.11 2007/04/27 14:09:59 jcsjcs Exp $ + * $Id$ */ @@ -631,13 +631,13 @@ struct _MhbaHeader { guint8 repeat; /* repeat the slideshow (from iPhoto setting) */ guint8 random; /* show the slides in random order (from iPhoto setting) */ - guint8 show_titles;/* show slide captions (from iPhoto setting) */ + guint8 show_titles;/* show slide captions (from iPhoto setting) */ guint8 transition_direction; /* 0=none, 1=left-to-right, 2=right-to-left, 3=top-to-bottom, 4=bottom-to-top (from iPhoto setting) */ - gint32 slide_duration; /* in seconds (from iPhoto setting) */ + gint32 slide_duration; /* in seconds (from iPhoto setting) */ gint32 transition_duration; /* in milliseconds (from iPhoto setting) */ - gint32 unk044; /* unknown, seems to always be 0 */ + gint32 unk044; /* unknown, seems to always be 0 */ gint32 unk048; /* unknown, seems to always be 0 */ gint64 song_id; /* dbid2 of track in iTunesDB to play during slideshow (from iPhoto setting) */ |
