mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
wrong qam table
This commit is contained in:
parent
58c608ab30
commit
d91b2b7813
@ -1058,7 +1058,7 @@ void set_dvb_mods(int adapt, int chans, uint32_t start_freq,
|
||||
break;
|
||||
|
||||
case SYS_DVBC_ANNEX_A:
|
||||
wd->tp[i].qam = QAM_256;
|
||||
wd->tp[i].qam = MOD_QAM_DVBC_256;
|
||||
wd->tp[i].symbolrate = 6900000;
|
||||
wd->tp[i].bandwidth = 0;
|
||||
wd->tp[i].guard = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user