summaryrefslogtreecommitdiff
path: root/include/FLAC/all.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 17:08:52 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-10-15 17:08:52 +0000
commit352feb540f5254c3dca68885e089387ac00ddc6b (patch)
treee8f489bdd00c4c7a90af1414c1602584c735a7a0 /include/FLAC/all.h
parent8065a2d3a57b6db22e0221c9d06d8faa22ba1b45 (diff)
downloadflac-352feb540f5254c3dca68885e089387ac00ddc6b.tar.gz
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
Diffstat (limited to 'include/FLAC/all.h')
-rw-r--r--include/FLAC/all.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index 65a75484..4b493fd3 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -313,9 +313,9 @@
* FLAC__metadata_object_cuesheet_calculate_cddb_id() and
* FLAC__metadata_get_cuesheet().
*
- * The \a bytes parameter to FLAC__StreamDecoderReadCallback and
- * FLAC__StreamEncoderReadCallback is now \c size_t instead of
- * \c unsigned.
+ * The \a bytes parameter to FLAC__StreamDecoderReadCallback,
+ * FLAC__StreamEncoderReadCallback, and FLAC__StreamEncoderWriteCallback
+ * is now \c size_t instead of \c unsigned.
*/
/** \defgroup flac FLAC C API