mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix doc typos
This commit is contained in:
@@ -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__StreamDecoderWriteStatus
|
||||
* \retval FLAC__StreamEncoderWriteStatus
|
||||
* 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);
|
||||
|
||||
Reference in New Issue
Block a user