summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-04-19 19:05:24 +0200
committerGitHub <noreply@github.com>2022-04-19 19:05:24 +0200
commitb19ed90a5b1711653dc959f79110117d092aba9d (patch)
treeda709abbf456dba05d04ef63c9d4b0ae3451bdd9 /include
parent7385dac38317488e645c568e98c758039d4076ca (diff)
downloadflac-b19ed90a5b1711653dc959f79110117d092aba9d.tar.gz
Remove api doc note untrue since commit c9c0d13
This has been untrue for almost 20 years now
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/stream_encoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index d154ac43..0c611d04 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -991,10 +991,6 @@ FLAC_API FLAC__bool FLAC__stream_encoder_set_max_lpc_order(FLAC__StreamEncoder *
* coefficients, or \c 0 to let the encoder select it based on the
* blocksize.
*
- * \note
- * In the current implementation, qlp_coeff_precision + bits_per_sample must
- * be less than 32.
- *
* \default \c 0
* \param encoder An encoder instance to set.
* \param value See above.