[vlc-devel] commit: Danny Wood <danwood76 at gmail.com> (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jun 15 09:12:33 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 15 09:12:02 2009 +0200| [76cc8f72b452eb8eaddb3a03ceda41c48b70cc5e] | committer: Jean-Baptiste Kempf 

Danny Wood <danwood76 at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76cc8f72b452eb8eaddb3a03ceda41c48b70cc5e
---

 modules/audio_output/pulse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index bacd55c..d867017 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -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 */




More information about the vlc-devel mailing list