c->downMatrix = 0;
NeAACDecSetConfiguration(h, c);
return h;
-};
+}
static unsigned long aac_read_decoder_length(unsigned char *buf, int *description_len)
{
if (t->post_select)
list_del(&t->post_select_node);
t->error = -E_TASK_UNREGISTERED;
-};
+}
static void sched_preselect(struct sched *s)
INIT_LIST_HEAD(&pre_select_list);
INIT_LIST_HEAD(&post_select_list);
initialized = 1;
-};
+}
/**
* Add a task to the scheduler.
list_for_each_entry_safe(t, tmp, &post_select_list, post_select_node)
unregister_task(t);
initialized = 0;
-};
+}
/**
* Get the list of all registered tasks.