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

@@ -23,7 +23,7 @@
#include "gcc.h"
#ifndef NDEBUG
struct audio_format;
struct AudioFormat;
#endif
struct music_chunk;
@@ -56,7 +56,7 @@ music_pipe_free(struct music_pipe *mp);
*/
bool
music_pipe_check_format(const struct music_pipe *pipe,
const struct audio_format *audio_format);
AudioFormat audio_format);
/**
* Checks if the specified chunk is enqueued in the music pipe.