X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wmadec_filter.c;h=7c25a74a4358cd76bfcaf88e8a1d8d7e502a75b8;hb=01b40fb41cbfaa2d5f053b9985daedc8b7184fdd;hp=8d6af40b679302adf3ff3754af3846c6bf2cf265;hpb=aa234b7afe223879a7bd7274ce05a3a315a2ec49;p=paraslash.git diff --git a/wmadec_filter.c b/wmadec_filter.c index 8d6af40b..7c25a74a 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -1230,13 +1230,14 @@ static int wmadec_execute(struct btr_node *btrn, const char *cmd, char **result) static void wmadec_post_select(__a_unused struct sched *s, struct task *t) { struct filter_node *fn = container_of(t, struct filter_node, task); - int ret, converted = 0; + int ret, converted; struct private_wmadec_data *pwd = fn->private_data; struct btr_node *btrn = fn->btrn; size_t len; char *in; next_buffer: + converted = 0; t->error = 0; ret = btr_node_status(btrn, fn->min_iqs); if (ret < 0)