summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/itdb_artwork.c4
-rw-r--r--src/ithumb-writer.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c
index c3ec898..69dc38c 100644
--- a/src/itdb_artwork.c
+++ b/src/itdb_artwork.c
@@ -665,7 +665,7 @@ static gint limit8bit (float x)
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 @@ unpack_I420 (guchar *yuvdata, gint bytes_len, guint byte_order,
rgbdata = g_malloc(imgsize);
- // FIXME could be faster
+ /* FIXME could be faster */
while(h < yuvdim){
y = yuvdata[h];
diff --git a/src/ithumb-writer.c b/src/ithumb-writer.c
index 5763634..24f1566 100644
--- a/src/ithumb-writer.c
+++ b/src/ithumb-writer.c
@@ -302,7 +302,7 @@ pack_I420 (GdkPixbuf *orig_pixbuf, const Itdb_ArtworkFormat *img_info,
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;
}