mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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>
|
||||
|
||||
* gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
|
||||
|
|
|
@ -48,7 +48,6 @@ struct _GstAudioAmplify
|
|||
/* < private > */
|
||||
GstAudioAmplifyProcessFunc process;
|
||||
gint clipping_method;
|
||||
gint width;
|
||||
gint format_index;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue