From eb1733609ad9a0842ba1c77b1c375507929f9585 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 31 Jan 2015 22:17:15 +0100 Subject: decoder/sndfile, ...: update API documentation --- src/decoder/DecoderThread.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/DecoderThread.cxx') 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 * -- cgit v1.2.3