summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stadelmann <dev@genodeftest.de>2017-01-30 17:43:31 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-02-13 19:42:46 +1100
commit841ed1aef939e8f2d424bef8d1690ccc4442a74d (patch)
treedf25431b3a1a5c9f509673d2e8b35e723e6089fe
parent67ea8badadd3e63b8e8af5fe837d075104569330 (diff)
downloadflac-841ed1aef939e8f2d424bef8d1690ccc4442a74d.tar.gz
stream encoder: fix documentation inconsistencies
Fixes https://sourceforge.net/p/flac/bugs/452/ Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--include/FLAC/stream_encoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index a975e0f6..d154ac43 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -883,7 +883,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_blocksize(FLAC__StreamEncoder *enco
* number of channels must be 2 for this to have any effect. Set to
* \c false to use only independent channel coding.
*
- * \default \c false
+ * \default \c true
* \param encoder An encoder instance to set.
* \param value Flag value (see above).
* \assert
@@ -977,7 +977,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_apodization(FLAC__StreamEncoder *en
/** Set the maximum LPC order, or \c 0 to use only the fixed predictors.
*
- * \default \c 0
+ * \default \c 8
* \param encoder An encoder instance to set.
* \param value See above.
* \assert
@@ -1081,7 +1081,7 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_min_residual_partition_order(FLAC__
* all orders, using the mean of each context for its Rice parameter,
* and use the best.
*
- * \default \c 0
+ * \default \c 5
* \param encoder An encoder instance to set.
* \param value See above.
* \assert