mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: aec: null: specify vtable version
This commit is contained in:
parent
c9cc2fe6dc
commit
98c0092ee7
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ static int null_run(void *object, const float *rec[], const float *play[], float
|
|||
}
|
||||
|
||||
static struct spa_audio_aec_methods impl_aec = {
|
||||
SPA_VERSION_AUDIO_AEC,
|
||||
.init = null_init,
|
||||
.run = null_run,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue