aboutsummaryrefslogtreecommitdiffstats
path: root/main/abstract_jb.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/abstract_jb.c')
-rw-r--r--main/abstract_jb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/abstract_jb.c b/main/abstract_jb.c
index e51187d7b..a4637c1b0 100644
--- a/main/abstract_jb.c
+++ b/main/abstract_jb.c
@@ -415,7 +415,7 @@ static void jb_get_and_deliver(struct ast_channel *chan)
f->samples = interpolation_len * 8;
f->mallocd = 0;
f->src = "JB interpolation";
- f->data = NULL;
+ f->data.ptr = NULL;
f->delivery = ast_tvadd(jb->timebase, ast_samp2tv(jb->next, 1000));
f->offset = AST_FRIENDLY_OFFSET;
/* deliver the interpolated frame */