Revision: 1747
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1747&view=rev
Author:   teuf
Date:     2007-10-29 14:59:49 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
* src/itdb_artwork.c:
* src/ithumb-writer.c: replace // comments with /* */ pairs, fixes
compilation on my machine

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_artwork.c
    libgpod/trunk/src/ithumb-writer.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-10-29 21:52:44 UTC (rev 1746)
+++ libgpod/trunk/ChangeLog     2007-10-29 21:59:49 UTC (rev 1747)
@@ -1,5 +1,11 @@
 2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
 
+       * src/itdb_artwork.c:
+       * src/ithumb-writer.c: replace // comments with /* */ pairs, fixes
+       compilation on my machine
+
+2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
+
        Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
 
        * src/itdb_artwork.c: add I420 unpacker

Modified: libgpod/trunk/src/itdb_artwork.c
===================================================================
--- libgpod/trunk/src/itdb_artwork.c    2007-10-29 21:52:44 UTC (rev 1746)
+++ libgpod/trunk/src/itdb_artwork.c    2007-10-29 21:59:49 UTC (rev 1747)
@@ -665,7 +665,7 @@
     return x;
 }
 
-// swapping U and V planes this unpacks YV12
+/* swapping U and V planes this unpacks YV12 */
 static guchar *
 unpack_I420 (guchar *yuvdata, gint bytes_len, guint byte_order,
                gint width, gint height)
@@ -685,7 +685,7 @@
 
        rgbdata = g_malloc(imgsize);
 
-       // FIXME could be faster
+       /* FIXME could be faster */
        while(h < yuvdim){
                y = yuvdata[h];
 

Modified: libgpod/trunk/src/ithumb-writer.c
===================================================================
--- libgpod/trunk/src/ithumb-writer.c   2007-10-29 21:52:44 UTC (rev 1746)
+++ libgpod/trunk/src/ithumb-writer.c   2007-10-29 21:59:49 UTC (rev 1747)
@@ -302,7 +302,7 @@
           gint horizontal_padding, gint vertical_padding,
           guint32 *thumb_size)
 {
-       // FIXME do something
+       /* FIXME do something */
     g_return_val_if_fail (img_info, NULL);
     return NULL;
 }


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