diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2008-02-03 18:53:45 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2008-02-03 18:53:45 +0000 |
| commit | e1a7c217fa8e6d90436046458470372e94e04f87 (patch) | |
| tree | 26f76d75438534b743abf75bf9d98ce84b995830 /ChangeLog | |
| parent | 89d7f3aacc48509db4dbbafe6232615b1bfb8d28 (diff) | |
| download | libgpod-e1a7c217fa8e6d90436046458470372e94e04f87.tar.gz libgpod-e1a7c217fa8e6d90436046458470372e94e04f87.tar.xz libgpod-e1a7c217fa8e6d90436046458470372e94e04f87.zip | |
Factorize mhod_type_3 and mhod_type_1 handling
MHOD in an ArtworkDB can only have 2 types, either they contain a string
or they are some kind of container. The code had an arbitrary separation
between mhod type 3 and mhod type 1 which both contained strings. This
consolidates that code in a parse_mhod_string function
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1947 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-02-03 Christophe Fergeau <teuf@gnome.org> + * src/db-artwork-debug.h: merge mhod type1 and mhod type3 dumping + functions + * src/db-artwork-writer.c: adjust to the change above + * src/db-artwork-parser.c: merge mhod type1 and mhod type3 parsing + * src/db-itunes-parser.h: remove obsolete comment + +2008-02-03 Christophe Fergeau <teuf@gnome.org> + * src/db-artwork-parser.c: use enum name instead of hardcoded int * src/db-artwork-writer.c: add comments about values that aren't swapped because they are 8 bit values |
