Revision: 2187
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2187&view=rev
Author: teuf
Date: 2009-01-01 19:13:12 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
Fix static nano4g artwork information tables
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/itdb_device.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-01-01 18:50:20 UTC (rev 2186)
+++ libgpod/trunk/ChangeLog 2009-01-01 19:13:12 UTC (rev 2187)
@@ -1,5 +1,10 @@
2009-01-01 Christophe Fergeau <[email protected]>
+
+ * src/itdb_device.c: fix static artwork formats for the nano4g, C&P
+ is really a bad thing ;)
+2009-01-01 Christophe Fergeau <[email protected]>
+
* src/itdb.h: add album_id field to Itdb_Track. It's unused yet but
will be used later and adding it now will avoid ABI breakage later
;)
Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c 2009-01-01 18:50:20 UTC (rev 2186)
+++ libgpod/trunk/src/itdb_device.c 2009-01-01 19:13:12 UTC (rev 2187)
@@ -353,14 +353,13 @@
{ -1, -1, -1, -1}
};
-
static const Itdb_ArtworkFormat ipod_nano4g_cover_art_info[] = {
{1055, 128, 128, THUMB_FORMAT_RGB565_LE},
- {1068, 128, 128, THUMB_FORMAT_RGB565_BE},
- {1068, 240, 240, THUMB_FORMAT_RGB565_BE},
+ {1068, 128, 128, THUMB_FORMAT_RGB565_LE},
+ {1071, 240, 240, THUMB_FORMAT_RGB565_LE},
{1074, 50, 50, THUMB_FORMAT_RGB565_LE},
{1078, 80, 80, THUMB_FORMAT_RGB565_LE},
- {1084, 240, 240, THUMB_FORMAT_RGB565_BE},
+ {1084, 240, 240, THUMB_FORMAT_RGB565_LE},
{ -1, -1, -1, -1}
};
@@ -368,6 +367,10 @@
{1024, 320, 240, THUMB_FORMAT_RGB565_LE},
{1066, 64, 64, THUMB_FORMAT_RGB565_LE},
{1079, 80, 80, THUMB_FORMAT_RGB565_LE},
+ /*
+ * To be implemented, THUMB_FORMAT_JPEG
+ {1081, 640, 480, THUMB_FORMAT_JPEG},
+ */
{1083, 240, 320, THUMB_FORMAT_RGB565_LE},
{ -1, -1, -1, -1}
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2