X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=0130afd04989043430e5c1d70fc11800a6d1f311;hp=b07d39130bb2dcc8026ffe93cd9e0d5e2ccbf2d0;hb=6b44f1fdf5fdfd18b9f77a87428a971eef0c547e;hpb=fd652c08d4b5b26032646c449e1979c48018b70a diff --git a/oggdec_filter.c b/oggdec_filter.c index b07d3913..0130afd0 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -226,7 +226,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: