From 81b5a866bd6ed14662f8b0898906517e90ea7e60 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 7 Oct 2024 12:03:18 -0400 Subject: [PATCH] README.md: Note the version when `rdbx_estimate_index` was made smarter. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f770ec5e8..0b2b8dc7a 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,8 @@ described in [RFC 7714](https://tools.ietf.org/html/rfc7714) forward to that number at its first invocation. An earlier version of this library used initial sequence numbers that are less than 32,768; this trick is no longer required as the - `rdbx_estimate_index(...)` function has been made smarter. + `rdbx_estimate_index(...)` function has been made smarter as of + version 1.0.1. * The replay window for (S)RTCP is hardcoded to 128 bits in length.