]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/sound-file.h
remap: Make resampler's remap structure more self-contained
[pulseaudio] / src / pulsecore / sound-file.h
index 34e0261602ae1753c92118154f57758aaa7430c4..4dc0c7e1f4c895880a2cb1d9203dd858931f8a64 100644 (file)
@@ -26,7 +26,7 @@
 #include <pulse/channelmap.h>
 #include <pulsecore/memchunk.h>
 
-int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk);
+int pa_sound_file_load(pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_proplist *p);
 
 int pa_sound_file_too_big_to_cache(const char *fname);