restored original interface
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 5 May 2014 21:25:09 +0000 (21:25 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 5 May 2014 21:25:09 +0000 (21:25 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1590 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/unittest/c2validate.c

index d07ddb3c5a6bdd250052d7f7f75d6f1579c67ca2..5906017d5cbbcc5cc6de52854dc15bafa35937aa 100644 (file)
@@ -68,7 +68,7 @@ int c2validate(int mode, short input_samples[], short output_samples[], char out
 
     for(i=0; i<nframes; i++) {
        codec2_encode(codec2, bits, pinput);
-       codec2_decode(codec2, outbuf, bits, 0.0);
+       codec2_decode(codec2, outbuf, bits);
         for(j=0; j<nsam; j++) {
             if (outbuf[j] != poutput[j])
                 result = 0;