summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/monoscope.h
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2002-03-08 16:59:38 +0000
committerRichard Boulton <richard@tartarus.org>2002-03-08 16:59:38 +0000
commitf1a8a9c5024c231db70693657777d290837eb987 (patch)
treec68019cf77ebfeb0e97644292dda7fe62bffdbe5 /gst/monoscope/monoscope.h
parent31b3a71dc8ce8f38b4e7a51ccb6cb1dbfc3a75b6 (diff)
Fix several C++ style comments.
Original commit message from CVS: Fix several C++ style comments.
Diffstat (limited to 'gst/monoscope/monoscope.h')
-rw-r--r--gst/monoscope/monoscope.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/monoscope/monoscope.h b/gst/monoscope/monoscope.h
index 1a2a29f5..8e7d7591 100644
--- a/gst/monoscope/monoscope.h
+++ b/gst/monoscope/monoscope.h
@@ -9,8 +9,8 @@
struct monoscope_state {
gint16 copyEq[CONVOLVE_BIG];
- int avgEq[CONVOLVE_SMALL]; // a running average of the last few.
- int avgMax; // running average of max sample.
+ int avgEq[CONVOLVE_SMALL]; /* a running average of the last few. */
+ int avgMax; /* running average of max sample. */
guint32 display[(scope_width + 1) * (scope_height + 1)];
convolve_state *cstate;