summaryrefslogtreecommitdiff
path: root/include/FLAC/format.h
diff options
context:
space:
mode:
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)