X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aacdec_filter.c;h=55f7ea25fc43b32c9d1c5a28288b867e2151a028;hb=b99b4ac94a4391f5a6bbeb9b8ba5eb466eca6249;hp=95c13305519e39a86eff3cbe5cdf06b280ef8d04;hpb=db1a8e68e58a03bcf06ccc91e78c4da94e7b9144;p=paraslash.git diff --git a/aacdec_filter.c b/aacdec_filter.c index 95c13305..55f7ea25 100644 --- a/aacdec_filter.c +++ b/aacdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,7 +11,6 @@ /** \file aacdec_filter.c paraslash's aac (m4a) decoder. */ #include -#include #include "para.h" #include "list.h" @@ -205,7 +204,7 @@ out: err: assert(ret < 0); t->error = ret; - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); } /**