1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

return actual modulation for DVB-C

This commit is contained in:
internal 2022-12-13 13:34:22 +01:00 committed by rjkm
parent 6ce49ed990
commit ee7c48e6ff

View File

@ -342,6 +342,8 @@ void ddb_mci_proc_info(struct mci *mci, struct dtv_frontend_properties *p)
break;
}
case SYS_DVBC_ANNEX_A:
p->modulation =
mci->signal_info.dvbc_signal_info.constellation + 1;
break;
case SYS_DVBT:
break;