summaryrefslogtreecommitdiff
path: root/test/call.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-05-01 21:01:27 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-05-01 21:01:27 +0200
commitb839fce160d88ed93846af45fe34f655fe80c682 (patch)
tree788b7fdd6c00b9ef79fc596f8cd74c597f04a82a /test/call.c
parent5148e7def697fc91d2ff7ec812d07b665f65397d (diff)
aucodec: split srate into srate and crate (Clock Rate)
Diffstat (limited to 'test/call.c')
-rw-r--r--test/call.c1
1 files changed, 1 insertions, 0 deletions
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,
};