Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
d249bce9
Commit
d249bce9
authored
Mar 15, 2017
by
Keegan Drake H.P
Committed by
Erik de Castro Lopo
Mar 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream_decoder.h: Fix References to ``stdout''
Signed-off-by:
Erik de Castro Lopo
<
erikd@mega-nerd.com
>
parent
f7f21647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/FLAC/stream_decoder.h
include/FLAC/stream_decoder.h
+2
-2
No files found.
include/FLAC/stream_decoder.h
View file @
d249bce9
...
@@ -1184,7 +1184,7 @@ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
...
@@ -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 std
out
since it is not seekable.
* decoding from \c std
in
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(
...
@@ -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 std
out
since it is not seekable.
* decoding from \c std
in
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment