From b839fce160d88ed93846af45fe34f655fe80c682 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 1 May 2016 21:01:27 +0200 Subject: aucodec: split srate into srate and crate (Clock Rate) --- test/call.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/call.c b/test/call.c index 7bf3e26..0c168ad 100644 --- a/test/call.c +++ b/test/call.c @@ -88,6 +88,7 @@ static struct aucodec dummy_pcma = { .pt = "8", .name = "PCMA", .srate = 8000, + .crate = 8000, .ch = 1, }; -- cgit v1.2.3