mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pipewire: module-echo-cancel: remove line that does nothing
This commit is contained in:
parent
c2d357b5af
commit
51b5aafeaa
1 changed files with 0 additions and 2 deletions
|
|
@ -993,8 +993,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
goto error;
|
||||
}
|
||||
|
||||
(void)SPA_SUPPORT_INIT(SPA_TYPE_INTERFACE_AUDIO_AEC, (struct spa_audio_aec *)impl->aec);
|
||||
|
||||
pw_log_info("Using plugin AEC %s", impl->aec->name);
|
||||
|
||||
if ((str = pw_properties_get(props, "aec.args")) != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue