X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=1a56b750a94507c67ef9e49de635b453ac313d8e;hp=2f1fb787814742ed4d503612b0728d5d8158aaa4;hb=d3af91481ef4a00c26530b7238552666424f0b6f;hpb=f7feafeef70ad8f4e8c6fff715a2287f3240e759 diff --git a/oggdec_filter.c b/oggdec_filter.c index 2f1fb787..1a56b750 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -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: