oggdec: Do not decode more than necessary.
[paraslash.git] / oggdec_filter.c
index 79716a36c2e1c5a2f94e30b1212bfa58c3e75ed8..77356f320414a5c3be009a017612a2a3bbd21b33 100644 (file)
@@ -212,6 +212,8 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t)
                goto out;
        if (ret <= 0 && !pod->have_more) /* nothing to do */
                goto out;
+       if (btr_get_output_queue_size(btrn) > OGGDEC_MAX_OUTPUT_SIZE)
+               return;
        if (!pod->vf) {
                if (ret <= 0)
                        goto out;