LDGM to Reed–Solomon

This commit is contained in:
Ben Roeder
2020-10-29 19:50:40 +00:00
parent 7a6def6327
commit 8aa20b599f

View File

@@ -284,7 +284,7 @@ static bool set_fec(struct tx *tx, const char *fec_const)
}
} else if(strcasecmp(fec, "RS") == 0) {
if(tx->media_type == TX_MEDIA_AUDIO) {
fprintf(stderr, "LDGM is not currently supported for audio!\n");
fprintf(stderr, "ReedSolomon is not currently supported for audio!\n");
ret = false;
} else {
snprintf(msg->fec_cfg, sizeof(msg->fec_cfg), "RS cfg %s",