shithub: opus

Download patch

ref: 6930d90c341fca347f3fdc1e10c43f3265174aed
parent: 1cdfd1b12b80e7cbd618732b7b1c79a15fb0b576
author: Jean-Marc Valin <[email protected]>
date: Wed Oct 24 10:20:43 EDT 2012

oops... fixes a C89 issue

--- a/celt/celt.c
+++ b/celt/celt.c
@@ -509,11 +509,11 @@
    int i;
    opus_val16 coef0, coef1;
    celt_sig m;
+   int Nu;
 
    coef0 = coef[0];
    coef1 = coef[1];
 
-   int Nu;
 
    Nu = N/upsample;
    if (upsample!=1)