obs-filters: Remove unnecessary OBS_UNUSED attribute
The attribute OBS_UNUSED was added at 49e9d4994 but the parameter is read in the function if LIBSPEEXDSP_ENABLED is defined
This commit is contained in:
parent
7e3656ab33
commit
1005022621
@ -334,8 +334,8 @@ failure:
|
||||
}
|
||||
|
||||
static inline void alloc_channel(struct noise_suppress_data *ng,
|
||||
uint32_t sample_rate OBS_UNUSED,
|
||||
size_t channel, size_t frames)
|
||||
uint32_t sample_rate, size_t channel,
|
||||
size_t frames)
|
||||
{
|
||||
#ifdef LIBSPEEXDSP_ENABLED
|
||||
ng->spx_states[channel] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user