summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstjpegdec.h
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-02-03 22:27:33 +0000
committerChristian Schaller <uraeus@gnome.org>2002-02-03 22:27:33 +0000
commit2c818e34fe97bd36d9f0ebdfc1a3341e590cf0c3 (patch)
tree7e3c465904ff7dec024a15c44e5464f544b99acf /ext/jpeg/gstjpegdec.h
parent341e9781258ad61bd71d599fbc684686d2bdb6a4 (diff)
// to /* */ fixes
Original commit message from CVS: // to /* */ fixes
Diffstat (limited to 'ext/jpeg/gstjpegdec.h')
-rw-r--r--ext/jpeg/gstjpegdec.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/jpeg/gstjpegdec.h b/ext/jpeg/gstjpegdec.h
index 793c1b7f..8f77a01c 100644
--- a/ext/jpeg/gstjpegdec.h
+++ b/ext/jpeg/gstjpegdec.h
@@ -1,4 +1,4 @@
-/* Gnome-Streamer
+/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
*
* This library is free software; you can redistribute it and/or
@@ -53,18 +53,18 @@ struct _GstJpegDec {
GstPad *sinkpad,*srcpad;
int parse_state;
- // the timestamp of the next frame
+ /* the timestamp of the next frame */
guint64 next_time;
- // the interval between frames
+ /* the interval between frames */
guint64 time_interval;
- // video state
+ /* video state */
gint format;
gint width;
gint height;
- // the size of the output buffer
+ /* the size of the output buffer */
gint outsize;
- // the jpeg line buffer
+ /* the jpeg line buffer */
guchar **line[3];
struct jpeg_decompress_struct cinfo;