diff options
author | Max Kellermann <max@duempel.org> | 2009-01-17 13:11:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-17 13:11:11 +0100 |
commit | e726e2a0042f88d84a167bc955fe9d280db82c90 (patch) | |
tree | 1a9d526e1f34700ce5e9d183dbdbcbd8840c108c /src/pipe.h | |
parent | 610e79500e872a4fb25d9c8725ed188379d9fe81 (diff) | |
download | mpd-e726e2a0042f88d84a167bc955fe9d280db82c90.tar.gz mpd-e726e2a0042f88d84a167bc955fe9d280db82c90.tar.xz mpd-e726e2a0042f88d84a167bc955fe9d280db82c90.zip |
music_pipe: removed music_pipe_append()
The function is unused, since decoder_api() uses music_pipe_write() /
music_pipe_expand() now.
Diffstat (limited to '')
-rw-r--r-- | src/pipe.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pipe.h b/src/pipe.h index 526bedb26..3bb627ae7 100644 --- a/src/pipe.h +++ b/src/pipe.h @@ -166,15 +166,6 @@ void music_pipe_expand(const struct audio_format *audio_format, size_t length); /** - * Append a data block to the buffer. - * - * @return the number of bytes actually written - */ -size_t music_pipe_append(const void *data, size_t datalen, - const struct audio_format *audio_format, - float data_time, uint16_t bit_rate); - -/** * Send a tag. This is usually called when a new song within a stream * begins. */ |