summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sound-file.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-22 21:50:15 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-22 21:50:15 +0000
commitec65ca6ae758610a46c95fbf589729fb15cf1daf (patch)
tree65de55e9d9ef6eea03c6834be3d4a7f7658f167c /src/polypcore/sound-file.h
parent5e50f84e71b948b4737fe8b5860e5fe414258570 (diff)
when loading sound files, initialize channel map data properly
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@777 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polypcore/sound-file.h')
-rw-r--r--src/polypcore/sound-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/sound-file.h b/src/polypcore/sound-file.h
index ffa551b5..9d687f90 100644
--- a/src/polypcore/sound-file.h
+++ b/src/polypcore/sound-file.h
@@ -23,9 +23,10 @@
***/
#include <polyp/sample.h>
+#include <polyp/channelmap.h>
#include <polypcore/memchunk.h>
-int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_memchunk *chunk, pa_memblock_stat *s);
+int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_memblock_stat *s);
int pa_sound_file_too_big_to_cache(const char *fname);