]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - opusdec_filter.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / opusdec_filter.c
index 7878b422ad4bb65a584039be38d10bcfd67a36b0..942cce37fc5de28676cb2b099b397c39b3f74da0 100644 (file)
@@ -86,7 +86,7 @@ static int opusdec_execute(struct btr_node *btrn, const char *cmd,
 
 static void opusdec_open(struct filter_node *fn)
 {
-       struct opusdec_context *ctx = para_calloc(sizeof(*ctx));
+       struct opusdec_context *ctx = zalloc(sizeof(*ctx));
 
        ogg_sync_init(&ctx->oy);
        fn->private_data = ctx;