diff options
| author | Mooneer Salem <[email protected]> | 2023-07-13 01:07:32 -0700 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-07-13 01:54:30 -0700 |
| commit | 50736aa64ea6a500b9d634a28ce7708431648aaa (patch) | |
| tree | b1b1c507dde4561297e83146e05d31102d1ec5c3 /unittest/tfreedv_2400B_rawdata.c | |
| parent | 141f3862d7269ed0c8c3cd47ceeb7b438b0b7b51 (diff) | |
Apply codec2 PR #405 to this tree instead.ms-warning-cleanup-2
Diffstat (limited to 'unittest/tfreedv_2400B_rawdata.c')
| -rw-r--r-- | unittest/tfreedv_2400B_rawdata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unittest/tfreedv_2400B_rawdata.c b/unittest/tfreedv_2400B_rawdata.c index 888ba83..0af4e8e 100644 --- a/unittest/tfreedv_2400B_rawdata.c +++ b/unittest/tfreedv_2400B_rawdata.c @@ -74,7 +74,6 @@ int main(int argc, char **argv) printf("freedv_rawdatatx()/freedv_rawdatarx() "); int frames = 0; - int fails = 0; { short mod[nom_samples * 10]; /* Note: A codec frame is only 6.5 bytes! @@ -94,7 +93,6 @@ int main(int argc, char **argv) for (b = 0; b < 7; b++) { if (payload[b] != payload_rx[b]) { printf("Received codec bits 0x%02x do not match expected 0x%02x\n", payload_rx[b], payload[b]); - fails++; } } frames++; |
