stream_decoder.h: Fix References to ``stdout''

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
Keegan Drake H.P
2017-03-15 18:15:07 -05:00
committed by Erik de Castro Lopo
parent f7f2164725
commit d249bce935

View File

@@ -1184,7 +1184,7 @@ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
* Unless \a file is \c stdin, it will be closed * Unless \a file is \c stdin, it will be closed
* when FLAC__stream_decoder_finish() is called. * when FLAC__stream_decoder_finish() is called.
* Note however that seeking will not work when * 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 * \param write_callback See FLAC__StreamDecoderWriteCallback. This
* pointer must not be \c NULL. * pointer must not be \c NULL.
* \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This * \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 * Unless \a file is \c stdin, it will be closed
* when FLAC__stream_decoder_finish() is called. * when FLAC__stream_decoder_finish() is called.
* Note however that seeking will not work when * 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 * \param write_callback See FLAC__StreamDecoderWriteCallback. This
* pointer must not be \c NULL. * pointer must not be \c NULL.
* \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This