summaryrefslogtreecommitdiff
path: root/include/FLAC/format.h
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-17 13:09:00 +0200
committerMartijn van Beurden <mvanb1@gmail.com>2022-09-20 19:54:32 +0200
commit89a1620c423ad405faeee5438d5919b9d9e03c1b (patch)
tree7115e059e5fd4ab160ac629353118a66eeb13a0c /include/FLAC/format.h
parentc65713b340b79b2aa3053534c8c9faf648431160 (diff)
downloadflac-89a1620c423ad405faeee5438d5919b9d9e03c1b.tar.gz
Update API and tool docs
Diffstat (limited to 'include/FLAC/format.h')
-rw-r--r--include/FLAC/format.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 7835f839..99d637f0 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -120,8 +120,7 @@ extern "C" {
#define FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE (32u)
/** The maximum sample rate permitted by the format. The value is
- * ((2 ^ 16) - 1) * 10; see <A HREF="../format.html">FLAC format</A>
- * as to why.
+ * ((2 ^ 20) - 1)
*/
#define FLAC__MAX_SAMPLE_RATE (1048575u)