Commit 76cc8f72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Danny Wood <danwood76@gmail.com>

parent 875d8873
......@@ -181,7 +181,7 @@ static int Open ( vlc_object_t *p_this )
*/
a.tlength = pa_bytes_per_second(&ss)/5;
a.maxlength = a.tlength * 2;
a.prebuf = a.tlength;
a.prebuf = a.tlength / 2;
a.minreq = a.tlength / 10;
/* Buffer size is 20mS */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment