X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=79716a36c2e1c5a2f94e30b1212bfa58c3e75ed8;hp=32ffdef97462a9bf3a3509a25b865f69ed8fe8c5;hb=b55f405f8005821ffa369b929bc0b419da62683d;hpb=c0abcee0da53a6b399c3d16a62830aaa9ae21349 diff --git a/oggdec_filter.c b/oggdec_filter.c index 32ffdef9..79716a36 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,6 @@ #include #include -#include #include "para.h" #include "list.h" @@ -175,6 +174,7 @@ out: pod->converted = 0; fn->min_iqs = 0; pod->vf = vf; + pod->have_more = true; } return ret; }