diff options
Diffstat (limited to 'gst/audiofx/audiowsinclimit.h')
-rw-r--r-- | gst/audiofx/audiowsinclimit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/audiofx/audiowsinclimit.h b/gst/audiofx/audiowsinclimit.h index afb7e9c7..bc9377f6 100644 --- a/gst/audiofx/audiowsinclimit.h +++ b/gst/audiofx/audiowsinclimit.h @@ -66,6 +66,7 @@ struct _GstLPWSinc { GstLPWSincProcessFunc process; + gint mode; gdouble frequency; gint wing_size; /* length of a "wing" of the filter; actual length is 2 * wing_size + 1 */ |