[pulseaudio-commits] r1778 - /branches/lennart/src/pulse/simple.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sun Sep 9 02:39:26 PDT 2007
Author: tanuk
Date: Sun Sep 9 11:39:26 2007
New Revision: 1778
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1778&root=pulseaudio&view=rev
Log:
Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple API Doxygen documentation.
Modified:
branches/lennart/src/pulse/simple.h
Modified: branches/lennart/src/pulse/simple.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulse/simple.h?rev=1778&root=pulseaudio&r1=1777&r2=1778&view=diff
==============================================================================
--- branches/lennart/src/pulse/simple.h (original)
+++ branches/lennart/src/pulse/simple.h Sun Sep 9 11:39:26 2007
@@ -51,7 +51,7 @@
* pa_simple *s;
* pa_sample_spec ss;
*
- * ss.format = PA_SAMPLE_S16_NE;
+ * ss.format = PA_SAMPLE_S16NE;
* ss.channels = 2;
* ss.rate = 44100;
*
More information about the pulseaudio-commits
mailing list