mpd/src/decoder
Max Kellermann 5c19776f2f input_stream: use "bool" instead of "int"
For boolean values and success flags, use bool instead of integer (1/0
for true/false, 0/-1 for success/failure).
2008-10-26 20:56:46 +01:00
..
_flac_common.c input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
_flac_common.h input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
_ogg_common.c input_stream: no CamelCase 2008-10-26 20:34:47 +01:00
_ogg_common.h input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
aac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
audiofile_plugin.c renamed src/inputPlugins/ to src/decoder/ 2008-10-26 11:29:25 +01:00
ffmpeg_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
flac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
mod_plugin.c renamed src/inputPlugins/ to src/decoder/ 2008-10-26 11:29:25 +01:00
mp3_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
mp4_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
mpc_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
oggflac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
oggvorbis_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
wavpack_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00