summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeegan Drake H.P <kdhp@users.noreply.github.com>2017-03-15 18:15:07 -0500
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-03-16 20:28:39 +1100
commitd249bce935774b7d7820a6eb1dbde8fb55bc3331 (patch)
treeba70983d4eca01060155d4063c6ed9a4bd8dd853
parentf7f216472597f4512c0e18a4bae353ae89a3bc11 (diff)
downloadflac-d249bce935774b7d7820a6eb1dbde8fb55bc3331.tar.gz
stream_decoder.h: Fix References to ``stdout''
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--include/FLAC/stream_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h
index e3677690..871c3913 100644
--- a/include/FLAC/stream_decoder.h
+++ b/include/FLAC/stream_decoder.h
@@ -1184,7 +1184,7 @@ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
* Unless \a file is \c stdin, it will be closed
* when FLAC__stream_decoder_finish() is called.
* Note however that seeking will not work when
- * decoding from \c stdout since it is not seekable.
+ * decoding from \c stdin since it is not seekable.
* \param write_callback See FLAC__StreamDecoderWriteCallback. This
* pointer must not be \c NULL.
* \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
@@ -1234,7 +1234,7 @@ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_FILE(
* Unless \a file is \c stdin, it will be closed
* when FLAC__stream_decoder_finish() is called.
* Note however that seeking will not work when
- * decoding from \c stdout since it is not seekable.
+ * decoding from \c stdin since it is not seekable.
* \param write_callback See FLAC__StreamDecoderWriteCallback. This
* pointer must not be \c NULL.
* \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This