From 5121d22e80cc53f04e0116c2f31d25444680cbd5 Mon Sep 17 00:00:00 2001 From: "Keegan Drake H.P" Date: Wed, 15 Mar 2017 18:20:14 -0500 Subject: [PATCH] stream_decoder.h: Fix Reference to Non-Existent Functions Signed-off-by: Erik de Castro Lopo Closes: https://github.com/xiph/flac/pull/31 --- include/FLAC/stream_decoder.h | 3 +-- 1 file changed, 1 insertion(+), 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