]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
Merge remote-tracking branch 's/master'
[paraslash.git] / oggdec_filter.c
index 32ffdef97462a9bf3a3509a25b865f69ed8fe8c5..bba71c6ca45d4ab801bd38c5cf29e782135c4a4a 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <vorbis/vorbisfile.h>
-#include <stdbool.h>
 
 #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;
 }