fix compilation

This commit is contained in:
Wim Taymans 2022-02-17 16:11:22 +01:00
parent b50efe0188
commit ae14ef7a49
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ static int webrtc_run(void *data, const float *rec[], const float *play[], float
}
static struct spa_audio_aec_methods impl_aec = {
.version = 0,
SPA_VERSION_AUDIO_AEC_METHODS,
.add_listener = NULL,
.init = webrtc_init,
.run = webrtc_run,