shithub: opus

Download patch

ref: 64e8021c2fc7bb8faf697750778a5e267663040b
parent: 94a4989cdbb07e310d3e9486fa3e81a8b2e68bf9
author: Jean-Marc Valin <[email protected]>
date: Fri Apr 13 08:29:51 EDT 2012

oops, this removes dead code left from previous commit

--- a/celt/mathops.c
+++ b/celt/mathops.c
@@ -84,7 +84,6 @@
       return -2147483647;         /* -2^31 */
    else
       return SHL32(result, 2);
-   return result;
 }
 
 /** Reciprocal sqrt approximation in the range [0.25,1) (Q16 in, Q14 out) */