From 2c818e34fe97bd36d9f0ebdfc1a3341e590cf0c3 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sun, 3 Feb 2002 22:27:33 +0000 Subject: // to /* */ fixes Original commit message from CVS: // to /* */ fixes --- ext/jpeg/gstjpegdec.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/jpeg/gstjpegdec.h') 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 * * 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; -- cgit