summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gstgoom.h')
-rw-r--r--gst/goom/gstgoom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/goom/gstgoom.h b/gst/goom/gstgoom.h
index e3432dea..9c25f453 100644
--- a/gst/goom/gstgoom.h
+++ b/gst/goom/gstgoom.h
@@ -60,6 +60,8 @@ struct _GstGoom
/* samples per frame */
guint spf;
+ /* bytes per frame */
+ guint bpf;
/* goom stuff */
gint16 datain[2][GOOM_SAMPLES];