From 841ed1aef939e8f2d424bef8d1690ccc4442a74d Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Mon, 30 Jan 2017 17:43:31 +0100 Subject: [PATCH] stream encoder: fix documentation inconsistencies Fixes https://sourceforge.net/p/flac/bugs/452/ Signed-off-by: Erik de Castro Lopo --- include/FLAC/stream_encoder.h | 6 +++--- 1 file 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