X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=wav_filter.c;h=bd676958e0a4be621ea29a42f51f81fd34c35d07;hb=0b38d56fdd56cc51ee4286a49a4aa91d83618fc1;hp=eaef1f5cca7b79c4b532d91dda239aaa7e53c0ee;hpb=3055dabe9c91c9dfaa517ebbb65a9aae5946d018;p=paraslash.git diff --git a/wav_filter.c b/wav_filter.c index eaef1f5c..bd676958 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -68,7 +68,6 @@ static void wav_pre_select(struct sched *s, struct task *t) struct filter_node *fn = container_of(t, struct filter_node, task); size_t iqs = btr_get_input_queue_size(fn->btrn); - t->error = 0; if (iqs == 0) return; sched_min_delay(s);