mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
ao_pipewire: remove opencoded spa_zero()
This commit is contained in:
parent
af3c7f3d31
commit
69fb378575
@ -740,7 +740,7 @@ static int hotplug_init(struct ao *ao)
|
||||
|
||||
pw_thread_loop_lock(priv->loop);
|
||||
|
||||
spa_memzero(&priv->hotplug, sizeof(priv->hotplug));
|
||||
spa_zero(priv->hotplug);
|
||||
spa_list_init(&priv->hotplug.sinks);
|
||||
|
||||
priv->hotplug.registry = pw_core_get_registry(priv->core, PW_VERSION_REGISTRY, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user