Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
287ba3ac
Commit
287ba3ac
authored
Mar 16, 2004
by
Josh Coalson
Browse files
fix doc typos
parent
60903810
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/FLAC/stream_encoder.h
View file @
287ba3ac
...
...
@@ -337,7 +337,7 @@ typedef struct {
* \param current_frame The number of the current frame being encoded.
* \param client_data The callee's client data set through
* FLAC__stream_encoder_set_client_data().
* \retval FLAC__Stream
De
coderWriteStatus
* \retval FLAC__Stream
En
coderWriteStatus
* The callee's return status.
*/
typedef
FLAC__StreamEncoderWriteStatus
(
*
FLAC__StreamEncoderWriteCallback
)(
const
FLAC__StreamEncoder
*
encoder
,
const
FLAC__byte
buffer
[],
unsigned
bytes
,
unsigned
samples
,
unsigned
current_frame
,
void
*
client_data
);
...
...
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