shithub: opus

Download patch

ref: c30f8ca6660438d2cb5d35f2ea63c6efae8a0948
parent: 4cd3dd31eebaf30c50fe908dcdd44a1ba78f6590
author: Jean-Marc Valin <[email protected]>
date: Thu Jan 27 10:50:27 EST 2011

Minor opus_compare fix

--- a/tools/opus_compare.m
+++ b/tools/opus_compare.m
@@ -58,7 +58,7 @@
 
 if (sum(sum(weight))<1)
    printf("Mismatch level: below noise floor\n");
-   err = -100*ones(size(NMR));
+   err = -100;
 else
    M = (T0./NMR) .* weight;