Revision: 1772
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1772&view=rev
Author:   jcsjcs
Date:     2007-11-10 03:14:57 -0800 (Sat, 10 Nov 2007)

Log Message:
-----------
        * src/itdb_device.c: use the same photo thumbnail definitions for
          the iPhone as well as the iPod Touch until further input is
          received.

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-11-10 10:20:39 UTC (rev 1771)
+++ libgpod/trunk/ChangeLog     2007-11-10 11:14:57 UTC (rev 1772)
@@ -18,6 +18,10 @@
          Touch. I'm not sure how reasonable the "PHOTO_LARGE,
          _FULL_SCREEN, _TV_SCREEN" classification is, however...
 
+       * src/itdb_device.c: use the same photo thumbnail definitions for
+         the iPhone as well as the iPod Touch until further input is
+         received.
+
 2007-11-09  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/db-parse-context.c (db_parse_context_get_m_header_internal):

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2007-11-10 10:20:39 UTC (rev 1771)
+++ libgpod/trunk/src/itdb_device.c     2007-11-10 11:14:57 UTC (rev 1772)
@@ -297,16 +297,6 @@
     {-1,                           -1,  -1,   -1, -1}
 };
 
-static const Itdb_ArtworkFormat ipod_iphone_1_artwork_info[] = {
-    {ITDB_THUMB_COVER_LARGE,      256, 256, 3001, THUMB_FORMAT_REC_RGB555_LE},
-    {ITDB_THUMB_COVER_MEDIUM,     128, 128, 3002, THUMB_FORMAT_REC_RGB555_LE},
-    {ITDB_THUMB_COVER_SMALL,       64,  64, 3003, THUMB_FORMAT_REC_RGB555_LE},
-    {ITDB_THUMB_COVER_XLARGE,     320, 320, 3005, THUMB_FORMAT_RGB555_LE},
-    {ITDB_THUMB_COVER_XSMALL,      56,  56, 3006, THUMB_FORMAT_RGB555_LE,  
8192}, /*pad data to  8192 bytes */
-    {ITDB_THUMB_COVER_SMEDIUM,     88,  88, 3007, THUMB_FORMAT_RGB555_LE, 
16364}, /*pad data to 16384 bytes */
-    {-1,                           -1,  -1,   -1, -1}
-};
-
 static const Itdb_ArtworkFormat ipod_touch_1_artwork_info[] = {
     {ITDB_THUMB_COVER_LARGE,      256, 256, 3001, THUMB_FORMAT_REC_RGB555_LE},
     {ITDB_THUMB_COVER_MEDIUM,     128, 128, 3002, THUMB_FORMAT_REC_RGB555_LE},
@@ -336,10 +326,11 @@
     {-1,                           -1,  -1,   -1, -1}
 };
 
-/* these seem to be identical... */
+/* these are identical... */
 #define ipod_nano3_artwork_info ipod_classic_1_artwork_info
+/* these might be identical... Please report if not*/
+#define ipod_iphone_1_artwork_info ipod_touch_1_artwork_info
 
-
 static void itdb_device_set_timezone_info (Itdb_Device *device);
 
 /* Reset or create the SysInfo hash table */


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to