X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=oggdec_filter.c;h=bba71c6ca45d4ab801bd38c5cf29e782135c4a4a;hb=d16fe3df649cb48d5ffa26187da3dad4c3066646;hp=32ffdef97462a9bf3a3509a25b865f69ed8fe8c5;hpb=c0abcee0da53a6b399c3d16a62830aaa9ae21349;p=paraslash.git diff --git a/oggdec_filter.c b/oggdec_filter.c index 32ffdef9..bba71c6c 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -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; }