audio_format: convert to C++

This commit is contained in:
Max Kellermann
2013-08-03 21:00:50 +02:00
parent 67f591a9ce
commit d1e7b4e381
121 changed files with 1251 additions and 1275 deletions

View File

@@ -25,7 +25,7 @@
#include <stddef.h>
struct audio_output;
struct audio_format;
struct AudioFormat;
struct config_param;
struct music_pipe;
struct player_control;
@@ -53,7 +53,7 @@ audio_output_disable(struct audio_output *ao);
*/
bool
audio_output_update(struct audio_output *ao,
const struct audio_format *audio_format,
AudioFormat audio_format,
const struct music_pipe *mp);
void