]> git.sesse.net Git - vlc/commitdiff
Danny Wood <danwood76@gmail.com>
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 15 Jun 2009 07:12:02 +0000 (09:12 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 15 Jun 2009 07:12:02 +0000 (09:12 +0200)
modules/audio_output/pulse.c

index bacd55ca2343ebe32be8f12aef1e09732acc31d3..d8670175a9716217bdac5144156973aea49917f0 100644 (file)
@@ -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 */