diff options
Diffstat (limited to 'gst/monoscope/monoscope.h')
-rw-r--r-- | gst/monoscope/monoscope.h | 4 |
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; |