]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
Reduce decoder latency.
[paraslash.git] / oggdec_filter.c
index 2f1fb787814742ed4d503612b0728d5d8158aaa4..1a56b750a94507c67ef9e49de635b453ac313d8e 100644 (file)
@@ -227,7 +227,7 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t)
                if (read_ret < 0)
                        goto out;
                btr_add_output(out, read_ret, btrn);
-               if (btr_get_output_queue_size(btrn) > 640 * 1024)
+               if (btr_get_output_queue_size(btrn) > 128 * 1024)
                        return; /* enough data for the moment */
        }
 out: