shithub: opus

Download patch

ref: 0aa8b42db0b4fd3910cfe49a37d3fa4a40cbf6a4
parent: e45509294c0f965762cbb8e050157895480a28b7
author: Timothy B. Terriberry <[email protected]>
date: Sun Aug 4 18:47:07 EDT 2013

Fix broken URL in entdec.c.

Thanks to thinqa for the report.
Fixes #1968.

--- a/celt/entdec.c
+++ b/celt/entdec.c
@@ -85,7 +85,7 @@
    number=3,
    pages="256--294",
    month=Jul,
-   URL="http://www.stanford.edu/class/ee398/handouts/papers/Moffat98ArithmCoding.pdf"
+   URL="http://www.stanford.edu/class/ee398a/handouts/papers/Moffat98ArithmCoding.pdf"
   }*/
 
 static int ec_read_byte(ec_dec *_this){