fixed build bug
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 31 Aug 2012 22:59:56 +0000 (22:59 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 31 Aug 2012 22:59:56 +0000 (22:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@653 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/unittest/tlspsens.c

index e4d70809c1b2f83688966f388872d377450c9470..51f1c541f6ed7bd370b6dfe0797b93f8b1f9ae28 100644 (file)
@@ -93,7 +93,7 @@ float run_a_test(char raw_file_name[], int bit_to_corrupt)
        check_lsp_order(lsps, LPC_ORD);
        bw_expand_lsps(lsps, LPC_ORD);
        lsp_to_lpc(lsps, ak, LPC_ORD);
-       aks_to_M2(fft_fwd_cfg, ak, LPC_ORD, &model, e, &snr, 1); 
+       aks_to_M2(fft_fwd_cfg, ak, LPC_ORD, &model, e, &snr, 1, 0 , 0); 
 
        snr_sum += snr;
        frames++;