shithub: opus

Download patch

ref: 35fceef3b42abfa1bc7c619dc2198e5fb53b1a17
parent: e0aa9d185abf61356989510f3106fbdfa64ec137
author: Jean-Marc Valin <[email protected]>
date: Sun Oct 17 20:34:32 EDT 2010

Turning off time-domain window pending decision on what to do with it.

--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -249,7 +249,7 @@
       ratio = DIV32(begin[len],1+MAX32(*frame_max, begin[n-16]));
    }
 
-   if (ratio > 45)
+   if (0&&ratio > 45)
       *transient_shift = 3;
    else
       *transient_shift = 0;