mpd/src/output
Max Kellermann a4dfab2aee output: pass the music chunk pointer as void*, not char*
The meaning of the chunk depends on the audio format; don't suggest a
specific format by declaring the pointer as "char*", pass "void*"
instead.
2009-02-23 09:34:26 +01:00
..
alsa_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
ao_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
fifo_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
jack_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
mvp_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
null_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
oss_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
osx_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
pulse_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00
shout_plugin.c output: pass the music chunk pointer as void*, not char* 2009-02-23 09:34:26 +01:00