]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
Merge branch 't/sched_debug'
[paraslash.git] / oggdec_filter.c
index b07d39130bb2dcc8026ffe93cd9e0d5e2ccbf2d0..0130afd04989043430e5c1d70fc11800a6d1f311 100644 (file)
@@ -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: