summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeegan Drake H.P <kdhp@users.noreply.github.com>2017-03-15 18:20:14 -0500
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-03-16 20:29:30 +1100
commit5121d22e80cc53f04e0116c2f31d25444680cbd5 (patch)
treeb79366b0be3c23c0358ba67d3677b206ee726230
parentd249bce935774b7d7820a6eb1dbde8fb55bc3331 (diff)
downloadflac-5121d22e80cc53f04e0116c2f31d25444680cbd5.tar.gz
stream_decoder.h: Fix Reference to Non-Existent Functions
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/31
-rw-r--r--include/FLAC/stream_decoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h
index 871c3913..57215c5e 100644
--- a/include/FLAC/stream_decoder.h
+++ b/include/FLAC/stream_decoder.h
@@ -1403,8 +1403,7 @@ FLAC_API FLAC__bool FLAC__stream_decoder_flush(FLAC__StreamDecoder *decoder);
* and is not seekable (i.e. no seek callback was provided or the seek
* callback returns \c FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED), it
* is the duty of the client to start feeding data from the beginning of
- * the stream on the next FLAC__stream_decoder_process() or
- * FLAC__stream_decoder_process_interleaved() call.
+ * the stream on the next FLAC__stream_decoder_process_*() call.
*
* \param decoder A decoder instance.
* \assert