diff options
author | Max Kellermann <max@duempel.org> | 2015-01-31 22:17:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-31 22:17:15 +0100 |
commit | eb1733609ad9a0842ba1c77b1c375507929f9585 (patch) | |
tree | 8029b3b81d8e8ffb9ef0871a3e46796c000deb70 /src/decoder/DecoderThread.cxx | |
parent | e2e66404d5fa8f3fcc0581abdf6d2ccc9790954e (diff) | |
download | mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.gz mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.xz mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.zip |
decoder/sndfile, ...: update API documentation
Diffstat (limited to '')
-rw-r--r-- | src/decoder/DecoderThread.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/DecoderThread.cxx b/src/decoder/DecoderThread.cxx index 6ac7e459f..9ce3ed096 100644 --- a/src/decoder/DecoderThread.cxx +++ b/src/decoder/DecoderThread.cxx @@ -60,14 +60,14 @@ decoder_command_finished_locked(DecoderControl &dc) } /** - * Opens the input stream with input_stream::Open(), and waits until + * Opens the input stream with InputStream::Open(), and waits until * the stream gets ready. If a decoder STOP command is received * during that, it cancels the operation (but does not close the * stream). * * Unlock the decoder before calling this function. * - * @return an input_stream on success or if #DecoderCommand::STOP is + * @return an InputStream on success or if #DecoderCommand::STOP is * received, nullptr on error */ static InputStream * |