X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=79716a36c2e1c5a2f94e30b1212bfa58c3e75ed8;hp=32ffdef97462a9bf3a3509a25b865f69ed8fe8c5;hb=65b6448b8eb6f7442ba64affff58c388306a9159;hpb=4e5c01fe757de01edfc6aee72697d6765ae0e1a9 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; }