Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: change default fec to auto for dvb-c
  • Loading branch information
perexg committed Mar 31, 2015
1 parent 3e4c8e7 commit f6d9813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/satip/rtsp.c
Expand Up @@ -996,7 +996,7 @@ rtsp_parse_cmd
if (!TAILQ_EMPTY(&hc->hc_req_args)) goto eargs;

dmc->u.dmc_fe_qam.symbol_rate = sr;
dmc->u.dmc_fe_qam.fec_inner = DVB_FEC_NONE;
dmc->u.dmc_fe_qam.fec_inner = DVB_FEC_AUTO;
dmc->dmc_fe_inversion = specinv;
dmc->dmc_fe_stream_id = plp;
dmc->dmc_fe_pls_code = ds; /* check */
Expand Down

0 comments on commit f6d9813

Please sign in to comment.