diff options
author | Max Kellermann <max@duempel.org> | 2013-08-03 21:00:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-03 21:37:56 +0200 |
commit | d1e7b4e38136f9342aad76c685a13adf0e69f869 (patch) | |
tree | 49643b937ddfe735511b566a71398da5a945d7aa /src/MusicPipe.hxx | |
parent | 67f591a9ce60651da41afc499bd9a22e25314e35 (diff) | |
download | mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.gz mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.xz mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.zip |
audio_format: convert to C++
Diffstat (limited to 'src/MusicPipe.hxx')
-rw-r--r-- | src/MusicPipe.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MusicPipe.hxx b/src/MusicPipe.hxx index 99561ca62..39ad8e981 100644 --- a/src/MusicPipe.hxx +++ b/src/MusicPipe.hxx @@ -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. |