Revision: 1899
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1899&view=rev
Author:   teuf
Date:     2008-01-02 05:32:15 -0800 (Wed, 02 Jan 2008)

Log Message:
-----------
* src/itdb_device.c: fix ITDB_THUMB_PHOTO_FULL_SCREEN format on
ipod classic and nano video, thanks to Tomas Carnecky for
pointing that out

Modified Paths:
--------------
    libgpod/branches/libgpod-0.6/ChangeLog
    libgpod/branches/libgpod-0.6/src/itdb_device.c

Modified: libgpod/branches/libgpod-0.6/ChangeLog
===================================================================
--- libgpod/branches/libgpod-0.6/ChangeLog      2008-01-02 13:31:01 UTC (rev 
1898)
+++ libgpod/branches/libgpod-0.6/ChangeLog      2008-01-02 13:32:15 UTC (rev 
1899)
@@ -1,3 +1,9 @@
+2008-01-02  Christophe Fergeau <[EMAIL PROTECTED]>
+
+       * src/itdb_device.c: fix ITDB_THUMB_PHOTO_FULL_SCREEN format on
+       ipod classic and nano video, thanks to Tomas Carnecky for
+       pointing that out
+
 2007-11-17  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/itdb_playlist.c (itdb_splr_eval): track length in rules for

Modified: libgpod/branches/libgpod-0.6/src/itdb_device.c
===================================================================
--- libgpod/branches/libgpod-0.6/src/itdb_device.c      2008-01-02 13:31:01 UTC 
(rev 1898)
+++ libgpod/branches/libgpod-0.6/src/itdb_device.c      2008-01-02 13:32:15 UTC 
(rev 1899)
@@ -317,7 +317,7 @@
     {ITDB_THUMB_COVER_MEDIUM,     128, 128, 1055, THUMB_FORMAT_RGB565_LE},
     {ITDB_THUMB_COVER_XLARGE,     320, 320, 1060, THUMB_FORMAT_RGB565_LE},
     {ITDB_THUMB_PHOTO_TV_SCREEN,  720, 480, 1067, THUMB_FORMAT_I420_LE},
-    {ITDB_THUMB_PHOTO_FULL_SCREEN,320, 240, 1064, THUMB_FORMAT_RGB888_LE},
+    {ITDB_THUMB_PHOTO_FULL_SCREEN,320, 240, 1024, THUMB_FORMAT_RGB565_LE},
     {ITDB_THUMB_PHOTO_SMALL,       64,  64, 1066, THUMB_FORMAT_RGB565_LE},
 /*  These are the same as for the iPod video... -- labeled by the iPod as
     "chapter images" */


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to