[gthumb: 84/129] fixed a comment
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 84/129] fixed a comment
- Date: Wed, 27 Apr 2011 20:57:26 +0000 (UTC)
commit fb1b95d17332f6040a489c834447fedb407f3ad3
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Apr 25 17:33:01 2011 +0200
fixed a comment
extensions/jpeg_utils/jpeg-info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/jpeg_utils/jpeg-info.c b/extensions/jpeg_utils/jpeg-info.c
index c1b980a..1582893 100644
--- a/extensions/jpeg_utils/jpeg-info.c
+++ b/extensions/jpeg_utils/jpeg-info.c
@@ -290,7 +290,7 @@ _jpeg_get_image_info (GInputStream *stream,
while ((marker_id = _jpeg_read_segment_marker (stream, cancellable, error)) != 0x00) {
gboolean segment_data_consumed = FALSE;
- if ((marker_id == 0xc0) || (marker_id == 0xc2)) { /* SOF */
+ if ((marker_id == 0xc0) || (marker_id == 0xc2)) { /* SOF0 or SOF1 */
guint h, l;
guint size;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]