mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.
Original commit message from CVS: * gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.
This commit is contained in:
parent
5f350149a0
commit
9514778ec6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* gst/audiofx/audioamplify.h:
|
||||||
|
Also remove a now unecessary variable here.
|
||||||
|
|
||||||
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
|
* gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
|
||||||
|
|
|
@ -48,7 +48,6 @@ struct _GstAudioAmplify
|
||||||
/* < private > */
|
/* < private > */
|
||||||
GstAudioAmplifyProcessFunc process;
|
GstAudioAmplifyProcessFunc process;
|
||||||
gint clipping_method;
|
gint clipping_method;
|
||||||
gint width;
|
|
||||||
gint format_index;
|
gint format_index;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue