shithub: opus

Download patch

ref: fedfe91d3783b3ae9eabccd60ab32e0f3d49e453
parent: 36890bc8521b5b565156fa1820af7059a8f48c1c
author: Jean-Marc Valin <[email protected]>
date: Sat Nov 3 06:43:06 EDT 2012

Oops, put back the "static" for transient_analysis()

--- a/celt/celt.c
+++ b/celt/celt.c
@@ -306,7 +306,7 @@
 #endif
 }
 
- int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C,
+static int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C,
                               opus_val16 *tf_estimate, int *tf_chan)
 {
    int i;