[gthumb] do not call jcopy_markers_execute twice when using libjpeg8



commit 2b14e1c14046f948ca29278777f409cccde9b757
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat May 15 14:11:47 2010 +0200

    do not call jcopy_markers_execute twice when using libjpeg8

 extensions/jpeg_utils/jpegtran.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/extensions/jpeg_utils/jpegtran.c b/extensions/jpeg_utils/jpegtran.c
index cca0e3b..8a1721b 100644
--- a/extensions/jpeg_utils/jpegtran.c
+++ b/extensions/jpeg_utils/jpegtran.c
@@ -232,8 +232,6 @@ jpegtran_internal (struct jpeg_decompress_struct  *srcinfo,
 	 * is present in the input. By default, libjpeg creates a JFIF file,
 	 * which is incompatible with the EXIF standard. */
 	jcopy_markers_exif (srcinfo, dstinfo, option);
-#else
-	jcopy_markers_execute (srcinfo, dstinfo, option);
 #endif
 
 	/* Adjust destination parameters if required by transform options;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]