pipewire: module-echo-cancel: remove line that does nothing

This commit is contained in:
Barnabás Pőcze 2022-07-22 00:43:30 +02:00 committed by Wim Taymans
parent c2d357b5af
commit 51b5aafeaa

View file

@ -993,8 +993,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
goto error; 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); pw_log_info("Using plugin AEC %s", impl->aec->name);
if ((str = pw_properties_get(props, "aec.args")) != NULL) if ((str = pw_properties_get(props, "aec.args")) != NULL)