projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reduce decoder latency.
[paraslash.git]
/
oggdec_filter.c
diff --git
a/oggdec_filter.c
b/oggdec_filter.c
index
2f1fb78
..
1a56b75
100644
(file)
--- 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: