diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-04-27 05:43:27 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-04-27 05:43:27 +0000 |
commit | 22c679e393b234158b953b04956c886cbf1a2a5d (patch) | |
tree | 1fb9e49095aeb101640aa952f76001b963b6c632 /src/polyp | |
parent | 99612dd88dfee3abd072c3138231549594381ee7 (diff) |
Clarify how the automatic channel map is generated.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@816 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp')
-rw-r--r-- | src/polyp/channelmap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/polyp/channelmap.h b/src/polyp/channelmap.h index 76380b5f..0fd1e593 100644 --- a/src/polyp/channelmap.h +++ b/src/polyp/channelmap.h @@ -137,7 +137,9 @@ pa_channel_map* pa_channel_map_init_mono(pa_channel_map *m); /** 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 */ |