summaryrefslogtreecommitdiff
path: root/include/FLAC/stream_encoder.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-05-01 05:58:35 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-05-01 05:58:35 +0000
commit8238936980eec6b21e8c1947315a6f4d89cce990 (patch)
treea50a20c3af7f84063628a1959e802d804b316895 /include/FLAC/stream_encoder.h
parentc4fe269a90bf9de237422b66033b7998176e0e43 (diff)
downloadflac-8238936980eec6b21e8c1947315a6f4d89cce990.tar.gz
default window to tukey(0.5) instead of hann
Diffstat (limited to 'include/FLAC/stream_encoder.h')
-rw-r--r--include/FLAC/stream_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index 180be4a9..819f0e18 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -523,7 +523,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_blocksize(FLAC__StreamEncoder *enco
*
* Any function that is specified erroneously is silently dropped. Up
* to 32 functions are kept, the rest are dropped. If the specification
- * is empty the encoder defaults to \c "hann".
+ * is empty the encoder defaults to \c "tukey(0.5)".
*
* When more than one function is specified, then for every subframe the
* encoder will try each of them separately and choose the window that
@@ -532,7 +532,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_blocksize(FLAC__StreamEncoder *enco
* Note that each function specified causes the encoder to occupy a
* floating point array in which to store the window.
*
- * \default \c "hann"
+ * \default \c "tukey(0.5)"
* \param encoder An encoder instance to set.
* \param specification See above.
* \assert