summaryrefslogtreecommitdiff
path: root/modules/g711
diff options
context:
space:
mode:
Diffstat (limited to 'modules/g711')
-rw-r--r--modules/g711/g711.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/g711/g711.c b/modules/g711/g711.c
index 7c01b61..d264153 100644
--- a/modules/g711/g711.c
+++ b/modules/g711/g711.c
@@ -98,12 +98,12 @@ static int pcma_decode(struct audec_state *ads, int16_t *sampv,
static struct aucodec pcmu = {
LE_INIT, "0", "PCMU", 8000, 8000, 1, NULL,
- NULL, pcmu_encode, NULL, pcmu_decode, NULL, NULL, NULL
+ NULL, pcmu_encode, NULL, pcmu_decode, NULL, NULL, NULL, NULL, NULL
};
static struct aucodec pcma = {
LE_INIT, "8", "PCMA", 8000, 8000, 1, NULL,
- NULL, pcma_encode, NULL, pcma_decode, NULL, NULL, NULL
+ NULL, pcma_encode, NULL, pcma_decode, NULL, NULL, NULL, NULL, NULL
};