[xiph-commits] r18206 - in trunk/ao: . doc

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Wed Feb 15 04:45:25 PST 2012


Author: ph3-der-loewe
Date: 2012-02-15 04:45:24 -0800 (Wed, 15 Feb 2012)
New Revision: 18206

Modified:
   trunk/ao/CHANGES
   trunk/ao/doc/ao_play.html
Log:
Corrected doc/ao_play.html (close #1808)

Modified: trunk/ao/CHANGES
===================================================================
--- trunk/ao/CHANGES	2012-02-14 16:14:18 UTC (rev 18205)
+++ trunk/ao/CHANGES	2012-02-15 12:45:24 UTC (rev 18206)
@@ -2,6 +2,7 @@
  - Added missing ao_file_extension() (see Trac #1841)
  - Fixed memory leak in ao_shutdown() (see Trac #1799)
  - Updated manpage libao.conf.5 (see Trac #1822)
+ - Corrected doc/ao_play.html (see Trac #1808)
 
 1.1.0 - February 21, 2011
  - Add autofoo ld symbol versioning to build system

Modified: trunk/ao/doc/ao_play.html
===================================================================
--- trunk/ao/doc/ao_play.html	2012-02-14 16:14:18 UTC (rev 18205)
+++ trunk/ao/doc/ao_play.html	2012-02-15 12:45:24 UTC (rev 18206)
@@ -26,7 +26,7 @@
 <tr bgcolor=#cccccc>
 	<td>
 <pre><b>
-int ao_play(<a href="ao_device.html">ao_device</a> *device, void *output_samples, uint_32 num_bytes);
+int ao_play(<a href="ao_device.html">ao_device</a> *device, char *output_samples, uint_32 num_bytes);
 </b></pre>
 	</td>
 </tr>



More information about the commits mailing list