On 2 Nov 2016, at 15:11, Timothy B. Terriberry wrote:

RFC Errata System wrote:
--------------------------------------
Type: Technical
Reported by: Rostislav Pehlivanov <atomnu...@gmail.com>

Section: 5.1.1

Original Text
-------------
                                     rng
                         rng = rng - --- * (fh - fl)
                                     ft

Corrected Text
--------------
                                     rng
                         rng = rng - --- * (ft - fh)
                                     ft

Notes
-----
Equation should match with the one in the range decoder (section 4.1.2), however comparing the two and the reference implementation reveals the equation in section 5.1.1 to be incorrect.

I think this report is correct and should be Verified. Although the code is authoritative, this section of the text is complete enough for someone to implement this feature directly from the text, so it will cause confusion if they don't actually match.

Done.

Thanks!

Ben.

_______________________________________________
codec mailing list
codec@ietf.org
https://www.ietf.org/mailman/listinfo/codec

Reply via email to