summaryrefslogtreecommitdiffstats
path: root/libaf/af_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_export.c')
-rw-r--r--libaf/af_export.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libaf/af_export.c b/libaf/af_export.c
index ff8871fdee..571507019d 100644
--- a/libaf/af_export.c
+++ b/libaf/af_export.c
@@ -239,8 +239,7 @@ static int af_open( af_instance_t* af )
af->control = control;
af->uninit = uninit;
af->play = play;
- af->mul.n = 1;
- af->mul.d = 1;
+ af->mul=1;
af->data = calloc(1, sizeof(af_data_t));
af->setup = calloc(1, sizeof(af_export_t));
if((af->data == NULL) || (af->setup == NULL))