summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-06-09 19:57:02 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-06-09 19:57:02 +0000
commit45300359b18d22b82fd692d2e074ba157af90b60 (patch)
treeb8d6b518333dcceee4f2a7010dae3df74047661c /src/itdb_device.h
parent3f2830dc026ba5211504261513a74855ccbb098f (diff)
downloadlibgpod-tmz-45300359b18d22b82fd692d2e074ba157af90b60.tar.gz
libgpod-tmz-45300359b18d22b82fd692d2e074ba157af90b60.tar.xz
libgpod-tmz-45300359b18d22b82fd692d2e074ba157af90b60.zip
* src/db-artwork-writer.c:
* src/db-image-parser.h: * src/itdb.h: * src/itdb_device.c: * src/itdb_device.h: * src/ithumb-writer.c: get rid of ItdbThumbType, it's replaced by pointers to the appropriate Itdb_ArtworkFormat for the thumbnail type when it's needed git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2010 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_device.h')
-rw-r--r--src/itdb_device.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/itdb_device.h b/src/itdb_device.h
index 85956af..2d733a4 100644
--- a/src/itdb_device.h
+++ b/src/itdb_device.h
@@ -52,8 +52,8 @@ enum _ItdbThumbFormat
{
THUMB_FORMAT_UYVY_LE,
THUMB_FORMAT_UYVY_BE,
- THUMB_FORMAT_I420_LE,
- THUMB_FORMAT_I420_BE,
+ THUMB_FORMAT_I420_LE,
+ THUMB_FORMAT_I420_BE,
THUMB_FORMAT_RGB565_LE,
THUMB_FORMAT_RGB565_LE_90,
THUMB_FORMAT_RGB565_BE,
@@ -74,7 +74,6 @@ enum _ItdbThumbFormat
THUMB_FORMAT_EXPERIMENTAL_BE,
};
-
struct _Itdb_Device
{
gchar *mountpoint; /* mountpoint of the iPod */
@@ -97,7 +96,6 @@ struct _Itdb_Device
struct _Itdb_ArtworkFormat
{
- ItdbThumbType type;
gint16 width;
gint16 height;
gint16 format_id;