spa: aec: null: specify vtable version

This commit is contained in:
Barnabás Pőcze 2022-07-22 00:13:56 +02:00 committed by Wim Taymans
parent c9cc2fe6dc
commit 98c0092ee7

View file

@ -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,
};