mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
LDGM to Reed–Solomon
This commit is contained in:
@@ -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, "Reed–Solomon is not currently supported for audio!\n");
|
||||
ret = false;
|
||||
} else {
|
||||
snprintf(msg->fec_cfg, sizeof(msg->fec_cfg), "RS cfg %s",
|
||||
|
||||
Reference in New Issue
Block a user