[xiph-commits] r17002 - trunk/ao/src/plugins/pulse

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Mar 22 23:23:31 PDT 2010


Author: xiphmont
Date: 2010-03-22 23:23:31 -0700 (Mon, 22 Mar 2010)
New Revision: 17002

Modified:
   trunk/ao/src/plugins/pulse/ao_pulse.c
Log:
apply patch for Trac #1397


Modified: trunk/ao/src/plugins/pulse/ao_pulse.c
===================================================================
--- trunk/ao/src/plugins/pulse/ao_pulse.c	2010-03-23 06:18:47 UTC (rev 17001)
+++ trunk/ao/src/plugins/pulse/ao_pulse.c	2010-03-23 06:23:31 UTC (rev 17002)
@@ -85,7 +85,7 @@
     const char *fn;
     struct pa_simple *s;
     static const struct pa_sample_spec ss = {
-        .format = PA_SAMPLE_S16LE,
+        .format = PA_SAMPLE_S16NE,
         .rate = 44100,
         .channels = 2
     };



More information about the commits mailing list