aboutsummaryrefslogtreecommitdiff
path: root/src/interldpc.c
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-06 06:19:24 +0930
committerDavid Rowe <[email protected]>2024-05-06 06:19:24 +0930
commite9f64066a5fb8079cc8d217a4c494930ffda2bf4 (patch)
treeec4171cd3f2b16179545e96b00186cff48c772f7 /src/interldpc.c
parentaebdd11464a6632c9722cf2db2a4494437404674 (diff)
parentd21ff74c5f830a275d291a00043b2526a1bf9e62 (diff)
merge with main and fix conflict (I hope)dr-codec2-doc
Diffstat (limited to 'src/interldpc.c')
-rw-r--r--src/interldpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interldpc.c b/src/interldpc.c
index 24f4b2a..8cec647 100644
--- a/src/interldpc.c
+++ b/src/interldpc.c
@@ -78,6 +78,7 @@ void ldpc_mode_specific_setup(struct OFDM *ofdm, struct LDPC *ldpc) {
}
if (!strcmp(ofdm->mode, "datac4")) set_data_bits_per_frame(ldpc, 448);
if (!strcmp(ofdm->mode, "datac13")) set_data_bits_per_frame(ldpc, 128);
+ if (!strcmp(ofdm->mode, "datac14")) set_data_bits_per_frame(ldpc, 40);
}
/* LDPC encode frame - generate parity bits and a codeword, applying the