mirror of
https://github.com/drowe67/codec2
synced 2026-08-14 19:31:34 -04:00
freedv 2020 build issue
This commit is contained in:
parent
1fd68ac6f2
commit
ffd020cde6
1 changed files with 2 additions and 2 deletions
|
|
@ -279,8 +279,8 @@ int freedv_comprx_2020(struct freedv *f, COMP demod_in[]) {
|
|||
uint8_t out_char[coded_bits_per_frame];
|
||||
|
||||
if (f->test_frames) {
|
||||
Nerrs_raw = count_uncoded_errors(ldpc, &f->ofdm->config,
|
||||
codeword_symbols_de, payload_amps_de, 0);
|
||||
Nerrs_raw = count_uncoded_errors(
|
||||
ldpc, &f->ofdm->config, codeword_symbols_de, codeword_amps_de, 0);
|
||||
f->total_bit_errors += Nerrs_raw;
|
||||
f->total_bits += f->ofdm_bitsperframe;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue