[polypaudio-commits] r816 - /trunk/src/polyp/channelmap.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Apr 26 22:43:28 PDT 2006


Author: ossman
Date: Thu Apr 27 07:43:27 2006
New Revision: 816

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=816&root=polypaudio&view=rev
Log:
Clarify how the automatic channel map is generated.

Modified:
    trunk/src/polyp/channelmap.h

Modified: trunk/src/polyp/channelmap.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/channelmap.h?rev=816&root=polypaudio&r1=815&r2=816&view=diff
==============================================================================
--- trunk/src/polyp/channelmap.h (original)
+++ trunk/src/polyp/channelmap.h Thu Apr 27 07:43:27 2006
@@ -137,7 +137,9 @@
 /** Initialize the specified channel map for stereophonic audio and return a pointer to it */
 pa_channel_map* pa_channel_map_init_stereo(pa_channel_map *m);
 
-/** Initialize the specified channel map for the specified number of channels using default labels and return a pointer to it */
+/** Initialize the specified channel map for the specified number
+ * of channels using default labels and return a pointer to it.
+ * Uses the mapping from RFC3551, which is based on AIFF-C. */
 pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels);
 
 /** Return a text label for the specified channel position */




More information about the pulseaudio-commits mailing list